[SCM] easytag/master: Migrate away from CDBS

lucidfox-guest at users.alioth.debian.org lucidfox-guest at users.alioth.debian.org
Mon May 2 12:37:19 UTC 2011


The following commit has been merged in the master branch:
commit 2d60c02a1f9621c1785e7965146a11acb0acdbff
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Mon May 2 19:15:35 2011 +0700

    Migrate away from CDBS

diff --git a/debian/control b/debian/control
index e5c58ad..b4026cc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Maia Kozheva <sikon at ubuntu.com>
-Build-Depends: cdbs,
-               debhelper (>= 7),
+Build-Depends: debhelper (>= 7.0.50~),
                dh-autoreconf,
                gettext,
                libflac-dev (>= 1.1.2),
diff --git a/debian/rules b/debian/rules
index b4c45c0..eae9ff5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,14 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
+%:
+	dh --with=autoreconf $@
 
-clean::
-	# Clean up after dh_autoreconf_clean
-	rm debian/easytag.debhelper.log
+override_dh_autoreconf:
+	mkdir -p m4
+	dh_autoreconf
 
-install/easytag::
+override_dh_install:
+	dh_install
 	# The changelog is installed in /usr/share/doc/easytag/changelog.gz
 	rm debian/easytag/usr/share/easytag/ChangeLog
 

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list