Control: tags -1 pending On Wed, 09 Mar 2016 20:55:29 +0100 [email protected] wrote: > Source: csmash-demosong > Severity: important > Usertags: compat-4-removal > > Hi, > > The package csmash-demosong uses debhelper with a compat level of 4, > which is deprecated and scheduled for removal.
[...] Dear maintainer, I've just uploaded an NMU for csmash-demosong versioned as 1.4+nmu1. Please find attached the debdiff. Regards, Markus
diff -Nru csmash-demosong-1.4/debian/changelog
csmash-demosong-1.4+nmu1/debian/changelog
--- csmash-demosong-1.4/debian/changelog 2005-01-14 16:14:18.000000000
+0100
+++ csmash-demosong-1.4+nmu1/debian/changelog 2016-09-28 21:00:52.000000000
+0200
@@ -1,3 +1,15 @@
+csmash-demosong (1.4+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Switch to source format 3.0 (native) since the package was native before.
+ This should be changed to 3.0 (quilt) sometime.
+ * Switch to compat level 10. (Closes: #817320, #817415)
+ * Simplify debian/rules by using dh sequencer.
+ * d/control: Add ${misc:Depends} substvar.
+ * Add Homepage field. (Closes: #615407)
+
+ -- Markus Koschany <[email protected]> Wed, 28 Sep 2016 21:00:52 +0200
+
csmash-demosong (1.4) unstable; urgency=low
* s/[email protected]/[email protected]/
diff -Nru csmash-demosong-1.4/debian/compat
csmash-demosong-1.4+nmu1/debian/compat
--- csmash-demosong-1.4/debian/compat 1970-01-01 01:00:00.000000000 +0100
+++ csmash-demosong-1.4+nmu1/debian/compat 2016-09-28 21:00:52.000000000
+0200
@@ -0,0 +1 @@
+10
diff -Nru csmash-demosong-1.4/debian/control
csmash-demosong-1.4+nmu1/debian/control
--- csmash-demosong-1.4/debian/control 2005-01-01 23:34:59.000000000 +0100
+++ csmash-demosong-1.4+nmu1/debian/control 2016-09-28 21:00:52.000000000
+0200
@@ -2,12 +2,13 @@
Section: games
Priority: optional
Maintainer: Bartosz Fenski <[email protected]>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends-Indep: debhelper (>= 10)
+Homepage: http://cannonsmash.sourceforge.net/
Standards-Version: 3.6.1
Package: csmash-demosong
Architecture: all
-Depends: csmash (>= 0.6.2)
+Depends: csmash (>= 0.6.2), ${misc:Depends}
Enhances: csmash
Description: Demo song for CannonSmash
This is the demo song for CannonSmash. If csmash detects the presence of
@@ -15,5 +16,3 @@
of the game with a nice musical background.
.
Composed by Hideaki Tanabe
- .
- Homepage: http://cannonsmash.sourceforge.net/
\ No newline at end of file
diff -Nru csmash-demosong-1.4/debian/install
csmash-demosong-1.4+nmu1/debian/install
--- csmash-demosong-1.4/debian/install 1970-01-01 01:00:00.000000000 +0100
+++ csmash-demosong-1.4+nmu1/debian/install 2016-09-28 21:00:52.000000000
+0200
@@ -0,0 +1 @@
+danslatristesse2-48.ogg usr/share/games/csmash/
diff -Nru csmash-demosong-1.4/debian/rules csmash-demosong-1.4+nmu1/debian/rules
--- csmash-demosong-1.4/debian/rules 2004-01-12 09:07:36.000000000 +0100
+++ csmash-demosong-1.4+nmu1/debian/rules 2016-09-28 21:00:52.000000000
+0200
@@ -1,53 +1,4 @@
#!/usr/bin/make -f
-package=csmash-demosong
-#export DH_VERBOSE=1
-export DH_COMPAT=4
-
-build: build-stamp
-build-stamp:
- dh_testdir
- dh_clean
-
- touch build-stamp
-
-
-clean:
- dh_testdir
- dh_testroot
- -rm -f build-stamp install-stamp
- dh_clean
-
-
-install: install-stamp
-install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- mkdir -p `pwd`/debian/$(package)/usr/share/games/csmash
- install -o root -g games -m 644 danslatristesse2-48.ogg \
- `pwd`/debian/$(package)/usr/share/games/csmash/
- touch install-stamp
-
-
-binary-indep: build install
-
-
-binary-arch: build install
- dh_testdir
- dh_testroot
-
- dh_installdocs
- dh_installchangelogs
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-
-binary: binary-indep binary-arch
-.PHONY: binary clean binary-indep binary-arch binary install
+%:
+ dh $@
diff -Nru csmash-demosong-1.4/debian/source/format
csmash-demosong-1.4+nmu1/debian/source/format
--- csmash-demosong-1.4/debian/source/format 1970-01-01 01:00:00.000000000
+0100
+++ csmash-demosong-1.4+nmu1/debian/source/format 2016-09-28
21:00:52.000000000 +0200
@@ -0,0 +1 @@
+3.0 (native)
signature.asc
Description: OpenPGP digital signature

