Control: tags -1 patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* debian/rules: Convert to dh sequencer.
* debian/compat: Indicate compatibility level of 9.
* debian/control:
- Build-depend on debhelper (>= 9).
- Depend on ${misc:Depends}.
- Move homepage to its own field.
* debian/copyright: Don't point to symlink GPL.
Thanks for considering the patch.
Logan Rosen
diff -Nru fb-music-high-0.1.2/debian/compat fb-music-high-0.1.2ubuntu1/debian/compat
--- fb-music-high-0.1.2/debian/compat 1969-12-31 19:00:00.000000000 -0500
+++ fb-music-high-0.1.2ubuntu1/debian/compat 2016-07-26 15:06:36.000000000 -0400
@@ -0,0 +1 @@
+9
diff -Nru fb-music-high-0.1.2/debian/control fb-music-high-0.1.2ubuntu1/debian/control
--- fb-music-high-0.1.2/debian/control 2006-10-26 18:45:01.000000000 -0400
+++ fb-music-high-0.1.2ubuntu1/debian/control 2016-07-26 15:13:07.000000000 -0400
@@ -2,11 +2,13 @@
Section: games
Priority: extra
Maintainer: Josselin Mouette <[email protected]>
-Build-Depends: debhelper (>= 4)
+Build-Depends: debhelper (>= 9)
Standards-Version: 3.7.2
+Homepage: http://www.frozen-bubble.org/
Package: fb-music-high
Architecture: all
+Depends: ${misc:Depends}
Recommends: frozen-bubble
Conflicts: fb-music-low, frozen-bubble (<< 2)
Description: High quality, large music files for Frozen-Bubble
@@ -16,5 +18,3 @@
This package contains high quality music for Frozen-Bubble. The 16-bit
samples used sound better than the 8-bit ones in fb-music-low, but are
about twice as large.
- .
- URL: http://www.frozen-bubble.org/
diff -Nru fb-music-high-0.1.2/debian/copyright fb-music-high-0.1.2ubuntu1/debian/copyright
--- fb-music-high-0.1.2/debian/copyright 2003-01-23 10:53:17.000000000 -0500
+++ fb-music-high-0.1.2ubuntu1/debian/copyright 2016-07-26 15:12:30.000000000 -0400
@@ -10,4 +10,4 @@
You are free to distribute this software under the terms of
the GNU General Public License, version 2 or later.
On Debian systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL file.
+License can be found in /usr/share/common-licenses/GPL-2 file.
diff -Nru fb-music-high-0.1.2/debian/rules fb-music-high-0.1.2ubuntu1/debian/rules
--- fb-music-high-0.1.2/debian/rules 2003-01-23 10:55:01.000000000 -0500
+++ fb-music-high-0.1.2ubuntu1/debian/rules 2016-07-26 15:06:28.000000000 -0400
@@ -1,43 +1,3 @@
#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
-build:
- dh_testdir
-
-clean:
- dh_testdir
- dh_testroot
- dh_clean
-
-install:
- dh_testdir
- dh_testroot
- dh_install
-
-# Build architecture-independent files here.
-# Pass -i to all debhelper commands in this target to reduce clutter.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs
- dh_installchangelogs
- dh_installexamples
- dh_link
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@