[SCM] Debian packaging of libnet-daap-dmap-perl branch, master, updated. 3d82546a9567f9bfa7a76d64e0daa0f4f81db6e9

gregor herrmann gregoa at debian.org
Fri Jan 20 16:10:25 UTC 2012


The following commit has been merged in the master branch:
commit c6714ad87b77d4b5dcdbebdd096a2e947d1410a2
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 20 16:59:49 2012 +0100

    Drop cdbs and quilt, use debhelper 8 and tiny debian/rules.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index f710a2c..f359d04 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
  gregor herrmann <gregoa at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libmath-bigint-perl
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Net-DAAP-DMAP/
diff --git a/debian/rules b/debian/rules
index 1fc9bd5..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-install/libnet-daap-dmap-perl::
-	[ ! -d debian/libnet-daap-dmap-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libnet-daap-dmap-perl/usr/lib/perl5
+%:
+	dh $@

-- 
Debian packaging of libnet-daap-dmap-perl



More information about the Pkg-perl-cvs-commits mailing list