r30202 - in /trunk/libgstreamer-perl/debian: patches/ patches/series rules

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Wed Jan 28 22:59:14 UTC 2009


Author: antonio-guest
Date: Wed Jan 28 22:59:11 2009
New Revision: 30202

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30202
Log:
temporary quilt layout

Added:
    trunk/libgstreamer-perl/debian/patches/
    trunk/libgstreamer-perl/debian/patches/series
Modified:
    trunk/libgstreamer-perl/debian/rules

Added: trunk/libgstreamer-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/patches/series?rev=30202&op=file
==============================================================================
    (empty)

Modified: trunk/libgstreamer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/rules?rev=30202&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/rules (original)
+++ trunk/libgstreamer-perl/debian/rules Wed Jan 28 22:59:11 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
-	dh build
+build-stamp: $(QUILT_STAMPFN)
+	dh $@
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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