r47011 - in /trunk/libgstreamer-perl/debian: changelog control rules

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Wed Nov 11 00:33:47 UTC 2009


Author: diocles-guest
Date: Wed Nov 11 00:33:19 2009
New Revision: 47011

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47011
Log:
Switch to minimal dh7 rules file with quilt.

Modified:
    trunk/libgstreamer-perl/debian/changelog
    trunk/libgstreamer-perl/debian/control
    trunk/libgstreamer-perl/debian/rules

Modified: trunk/libgstreamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/changelog?rev=47011&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/changelog (original)
+++ trunk/libgstreamer-perl/debian/changelog Wed Nov 11 00:33:19 2009
@@ -9,6 +9,8 @@
     + Add self to Uploaders.
     + Bump Standards-Version to 3.8.3.
     + Remove ancient versioning from perl Build-Dep.
+    + Require debhelper (>= 7.0.8) and quilt (>= 0.46-7)
+  * debian/rules: Switch to minimal dh7 rules file with quilt.
   * debian/patches/disable-typefind-get-caps-test: Disable test that
     fails on some machines. (Closes: #551228)
 

Modified: trunk/libgstreamer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/control?rev=47011&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/control (original)
+++ trunk/libgstreamer-perl/debian/control Wed Nov 11 00:33:19 2009
@@ -1,7 +1,10 @@
 Source: libgstreamer-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libextutils-depends-perl (>= 0.205), libextutils-pkgconfig-perl (>= 1.07), libglib-perl (>= 1:1.180), libgstreamer0.10-dev, gstreamer0.10-alsa, gstreamer0.10-plugins-base, quilt
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl,
+ libextutils-depends-perl (>= 0.205), libextutils-pkgconfig-perl (>= 1.07),
+ libglib-perl (>= 1:1.180), libgstreamer0.10-dev, gstreamer0.10-alsa,
+ gstreamer0.10-plugins-base
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Radici <antonio at dyne.org>, Tim Retout <tim at retout.co.uk>
 Standards-Version: 3.8.3

Modified: trunk/libgstreamer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/rules?rev=47011&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/rules (original)
+++ trunk/libgstreamer-perl/debian/rules Wed Nov 11 00:33:19 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh --with quilt $@




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