tags 800219 patch
tags 800219 pending
thanks
Hi,
I did make a NMU and Herbert sponsored upload to 10-day/delay queue.
Feel free to cancel this upload if needed.
The debian/changelog is:
* Non-maintainer upload.
* Update DH level to 9. (Closes: #800219)
* debian/compat: created and set to 9, instead of using DH_COMPAT.
* debian/control:
- Added the ${misc:Depends} variable to provide the right install
dependencies.
- Bumped Standards-Version to 3.9.8.
* debian/rules:
- Disabled the DH_COMPAT line.
- Disabled dh_clean -k line, deprecated.
I attached a debdiff.
cheers,
--
Giovani Ferreira
http://softwarelivre.org/jova2
0x78494EF72375A66C
diff -u wordplay-7.22/debian/changelog wordplay-7.22/debian/changelog
--- wordplay-7.22/debian/changelog
+++ wordplay-7.22/debian/changelog
@@ -1,3 +1,18 @@
+wordplay (7.22-17.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Update DH level to 9. (Closes: #800219)
+ * debian/compat: created and set to 9, instead of using DH_COMPAT.
+ * debian/control:
+ - Added the ${misc:Depends} variable to provide the right install
+ dependencies.
+ - Bumped Standards-Version to 3.9.8.
+ * debian/rules:
+ - Disabled the DH_COMPAT line.
+ - Disabled dh_clean -k line, deprecated.
+
+ -- Giovani Augusto Ferreira <[email protected]> Sat, 13 Aug 2016 14:25:55
-0300
+
wordplay (7.22-17) unstable; urgency=low
* Improved description using proposals by Justin B Rye <[email protected]>
diff -u wordplay-7.22/debian/control wordplay-7.22/debian/control
--- wordplay-7.22/debian/control
+++ wordplay-7.22/debian/control
@@ -1,13 +1,13 @@
Source: wordplay
Section: games
Priority: optional
-Build-Depends: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>=9)
Maintainer: Pawel Wiecek <[email protected]>
-Standards-Version: 3.6.2
+Standards-Version: 3.9.8
Package: wordplay
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: anagram generator
Wordplay generates anagrams of words or phrases. For example,
"Debian GNU/Linux" = "laud benign unix", "nubian lug index",
diff -u wordplay-7.22/debian/rules wordplay-7.22/debian/rules
--- wordplay-7.22/debian/rules
+++ wordplay-7.22/debian/rules
@@ -3,7 +3,6 @@
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
-export DH_COMPAT=3
build: build-stamp
build-stamp:
@@ -26,7 +25,7 @@
binary-arch: build
dh_testdir
dh_testroot
- dh_clean -k
+# dh_clean -k
dh_installdirs
install -s wordplay debian/wordplay/usr/bin
install -m 644 words721.txt debian/wordplay/usr/share/games/wordplay
only in patch2:
unchanged:
--- wordplay-7.22.orig/debian/compat
+++ wordplay-7.22/debian/compat
@@ -0,0 +1 @@
+9