From d2ff0cb93bbc4ca4c92ee4c0e1bdfd5e4052ef77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 27 Jul 2019 16:44:11 +0200 Subject: Add missing pnm, xpm and rc files into the doc directory --- debian/changelog | 6 ++++++ debian/rules | 3 +++ debian/xsane-common.docs | 3 +++ 3 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8d0052f..9e21b98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xsane (0.999-8) UNRELEASED; urgency=medium + + * Add missing pnm, xpm and rc files into the doc directory. + + -- Jörg Frings-Fürst Sat, 27 Jul 2019 14:22:04 +0200 + xsane (0.999-7) unstable; urgency=medium * Migrate to debhelper 12: diff --git a/debian/rules b/debian/rules index 42fc61f..a078a1d 100755 --- a/debian/rules +++ b/debian/rules @@ -38,3 +38,6 @@ override_dh_installdocs-indep: # remove outdated/useless documentation rm -f debian/xsane-common/usr/share/doc/xsane-common/html/sane-backends-doc.html rm -f debian/xsane-common/usr/share/doc/xsane-common/html/sane-pnm-doc.html + +override_dh_compress: + dh_compress -X.pnm -X.rc -X.xpm diff --git a/debian/xsane-common.docs b/debian/xsane-common.docs index 6e128ad..ec93406 100644 --- a/debian/xsane-common.docs +++ b/debian/xsane-common.docs @@ -1,2 +1,5 @@ doc/*.html doc/*.jpg +src/*.pnm +src/*.xpm +src/*.rc -- cgit v1.2.3 From 6c2fafc368ea82a57e667c50af848580da6f2970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 24 Dec 2019 16:25:27 +0100 Subject: Declare compliance with Debian Policy 4.4.1.2 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9e21b98..7c94a6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xsane (0.999-8) UNRELEASED; urgency=medium * Add missing pnm, xpm and rc files into the doc directory. + * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). -- Jörg Frings-Fürst Sat, 27 Jul 2019 14:22:04 +0200 diff --git a/debian/control b/debian/control index 24af8ce..7875296 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xsane Section: graphics Priority: optional Maintainer: Jörg Frings-Fürst -Standards-Version: 4.4.0 +Standards-Version: 4.4.1.2 Build-Depends: debhelper (>= 12), gettext, -- cgit v1.2.3 From 7c1f3553c3ee86c17f0c191da1f619c1a910a60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 24 Dec 2019 16:27:15 +0100 Subject: d/contol: Add Rules-Requires-Root --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7c94a6a..c89fc6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ xsane (0.999-8) UNRELEASED; urgency=medium * Add missing pnm, xpm and rc files into the doc directory. * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). + * debian/control: + - Add Rules-Requires-Root: no. -- Jörg Frings-Fürst Sat, 27 Jul 2019 14:22:04 +0200 diff --git a/debian/control b/debian/control index 7875296..15a9f96 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: libsane-dev (>= 1.0.27), libtiff-dev, zlib1g-dev +Rules-Requires-Root: no Vcs-Git: git://jff.email/opt/git/xsane.git Vcs-Browser: https://jff.email/cgit/xsane.git -- cgit v1.2.3 From 9a36867b9b707efedbefa0bfbf314902b9de1afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 24 Dec 2019 16:28:51 +0100 Subject: Switch to debhelper-compat --- debian/changelog | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c89fc6b..39202f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ xsane (0.999-8) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). * debian/control: - Add Rules-Requires-Root: no. + * Switch to debhelper-compat: + - debian/control: change to debhelper-compat (=12). + - remove debian/compat. -- Jörg Frings-Fürst Sat, 27 Jul 2019 14:22:04 +0200 diff --git a/debian/control b/debian/control index 15a9f96..69e0d38 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Standards-Version: 4.4.1.2 Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12), gettext, libgimp2.0-dev, libgtk2.0-dev, -- cgit v1.2.3 From 0f965d419c7b578e71f78fab4657b107fa9cd1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 24 Dec 2019 16:31:38 +0100 Subject: Rename NEWS.Debian to NEWS --- debian/NEWS | 9 +++++++++ debian/NEWS.Debian | 9 --------- debian/changelog | 1 + debian/compat | 1 - 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 debian/NEWS delete mode 100644 debian/NEWS.Debian delete mode 100644 debian/compat diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..9ddc8d2 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,9 @@ +xsane (0.999-7) unstable; urgency=medium + + Upstream stopped working on xsane some time ago. Now the homepage and + the archive are offline, too. + + If the situation doesn't change, xsane will be removed before Bullseye + is released. + + -- Jörg Frings-Fürst Fri, 26 Jul 2019 13:13:58 +0200 \ No newline at end of file diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian deleted file mode 100644 index 9ddc8d2..0000000 --- a/debian/NEWS.Debian +++ /dev/null @@ -1,9 +0,0 @@ -xsane (0.999-7) unstable; urgency=medium - - Upstream stopped working on xsane some time ago. Now the homepage and - the archive are offline, too. - - If the situation doesn't change, xsane will be removed before Bullseye - is released. - - -- Jörg Frings-Fürst Fri, 26 Jul 2019 13:13:58 +0200 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 39202f9..f39fc49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ xsane (0.999-8) UNRELEASED; urgency=medium * Switch to debhelper-compat: - debian/control: change to debhelper-compat (=12). - remove debian/compat. + * Rename NEWS.Debian to NEWS. -- Jörg Frings-Fürst Sat, 27 Jul 2019 14:22:04 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 -- cgit v1.2.3 From 5d99e946c442041e973af1ea7fee73f2f3a408cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 24 Dec 2019 16:43:32 +0100 Subject: d/changlog: Add bug # --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f39fc49..0734877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ xsane (0.999-8) UNRELEASED; urgency=medium - * Add missing pnm, xpm and rc files into the doc directory. + * Add missing pnm, xpm and rc files into the doc directory (Closes: #941344). * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). * debian/control: - Add Rules-Requires-Root: no. -- cgit v1.2.3 From df85f25d4f51b4d604c7080dd2d256453efbb49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 24 Dec 2019 17:15:09 +0100 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0734877..5e80f18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xsane (0.999-8) UNRELEASED; urgency=medium +xsane (0.999-8) unstable; urgency=medium * Add missing pnm, xpm and rc files into the doc directory (Closes: #941344). * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). @@ -9,7 +9,7 @@ xsane (0.999-8) UNRELEASED; urgency=medium - remove debian/compat. * Rename NEWS.Debian to NEWS. - -- Jörg Frings-Fürst Sat, 27 Jul 2019 14:22:04 +0200 + -- Jörg Frings-Fürst Tue, 24 Dec 2019 17:14:21 +0100 xsane (0.999-7) unstable; urgency=medium -- cgit v1.2.3