From 29e1afc27d885e6dbd3312fc2827b5f9acd58cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 15:42:20 +0200 Subject: d/control: Change Vcs-* to point to the new repository --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c42df42..04e3db4 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: libgtk2.0-dev, libsane-dev (>= 1.0.11-3), Homepage: http://www.sane-project.org -Vcs-Git: git://anonscm.debian.org/collab-maint/sane-frontends.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sane-frontends.git +Vcs-Git: git://jff.email/opt/git/sane-frontends.git +Vcs-Browser: https://jff.email/cgit/sane-frontends.git Package: sane Architecture: any -- cgit v1.2.3 From 034931fa0fd5781df6a89ecc577a5b6e06e2c86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 15:55:29 +0200 Subject: Remove autotools.dev --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 04e3db4..0480eaf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Jörg Frings-Fürst Standards-Version: 4.2.1 Build-Depends: - autotools-dev, debhelper (>= 11), libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, -- cgit v1.2.3 From 9a1e75ec1feb43bd0c6564fadb46724d9a2f860a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 16:01:59 +0200 Subject: d/control: Remove trailing whitespaces --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0480eaf..86b66d2 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Package: sane-dbg Section: debug Priority: extra Architecture: any -Depends: +Depends: ${misc:Depends}, sane (= ${binary:Version}) Description: scanner graphical frontends (debug symbols) -- cgit v1.2.3 From 3a58ef095a8ebfcdd64b2f477ebb4365504d46d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 16:31:31 +0200 Subject: Remove obsolete package sane-dbg --- debian/control | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 86b66d2..5ea643d 100644 --- a/debian/control +++ b/debian/control @@ -35,30 +35,3 @@ Description: scanner graphical frontends operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). - -Package: sane-dbg -Section: debug -Priority: extra -Architecture: any -Depends: - ${misc:Depends}, - sane (= ${binary:Version}) -Description: scanner graphical frontends (debug symbols) - This package includes : - o xscanimage, a scanner graphical frontend with GIMP 2.0 support - o scanadf, a command-line frontend for scanners with Automatic Document Feeder - o xcam, for acquiring images continuously from cameras. - . - An alternative to xscanimage called xsane is packaged separately. - . - The scanner frontends use SANE. SANE stands for "Scanner Access Now - Easy" and is an application programming interface (API) that provides - standardized access to any raster image scanner hardware (flatbed - scanner, hand-held scanner, video- and still-cameras, frame-grabbers, - etc.). The SANE standard is free and its discussion and development are - open to everybody. The current source code is written to support several - operating systems, including GNU/Linux, OS/2, Win32 and various Unices - and is available under the GNU General Public License (commercial - applications and backends are welcome, too, however). - . - This package contains the debugging symbols for the SANE frontends. -- cgit v1.2.3 From 16a4948c7243ab0e228780b3a2b9aea97900f32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 19:34:32 +0200 Subject: Remove outdated minimum version for libgimp2.0-dev and libsane-dev --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5ea643d..4176c93 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Jörg Frings-Fürst Standards-Version: 4.2.1 Build-Depends: debhelper (>= 11), - libgimp2.0-dev (>= 2.0.0), + libgimp2.0-dev, libgtk2.0-dev, - libsane-dev (>= 1.0.11-3), + libsane-dev Homepage: http://www.sane-project.org Vcs-Git: git://jff.email/opt/git/sane-frontends.git Vcs-Browser: https://jff.email/cgit/sane-frontends.git -- cgit v1.2.3