r13335 - in /trunk/libnet-bluetooth-perl/debian: changelog control patches/00list patches/proper-interpreter-in-samples.dpatch patches/proper-interpreter-in-samples.patch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 23 20:23:52 UTC 2008


Author: dmn
Date: Wed Jan 23 20:23:52 2008
New Revision: 13335

URL: http://svn.debian.org/wsvn/?sc=1&rev=13335
Log:
* convert patches to quilt

Added:
    trunk/libnet-bluetooth-perl/debian/patches/proper-interpreter-in-samples.patch
      - copied, changed from r13330, trunk/libnet-bluetooth-perl/debian/patches/proper-interpreter-in-samples.dpatch
    trunk/libnet-bluetooth-perl/debian/patches/series
      - copied, changed from r13330, trunk/libnet-bluetooth-perl/debian/patches/00list
Removed:
    trunk/libnet-bluetooth-perl/debian/patches/00list
    trunk/libnet-bluetooth-perl/debian/patches/proper-interpreter-in-samples.dpatch
Modified:
    trunk/libnet-bluetooth-perl/debian/changelog
    trunk/libnet-bluetooth-perl/debian/control
    trunk/libnet-bluetooth-perl/debian/rules

Modified: trunk/libnet-bluetooth-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-bluetooth-perl/debian/changelog?rev=13335&op=diff
==============================================================================
--- trunk/libnet-bluetooth-perl/debian/changelog (original)
+++ trunk/libnet-bluetooth-perl/debian/changelog Wed Jan 23 20:23:52 2008
@@ -1,5 +1,6 @@
 libnet-bluetooth-perl (0.40-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   The 'ready for perl 5.10' release.
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -20,6 +21,9 @@
     - create install-stamp target depending on build-stamp
     - use DESTDIR and PREFIX for make install
 
+  [ Damyan Ivanov ]
+  * convert patches to quilt
+
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 23 Jan 2008 17:35:40 +0100
 
 libnet-bluetooth-perl (0.40-1) unstable; urgency=low

Modified: trunk/libnet-bluetooth-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-bluetooth-perl/debian/control?rev=13335&op=diff
==============================================================================
--- trunk/libnet-bluetooth-perl/debian/control (original)
+++ trunk/libnet-bluetooth-perl/debian/control Wed Jan 23 20:23:52 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org.sv>
-Build-Depends: debhelper (>= 6), perl ( >=5.6.0-16), dpatch, libbluetooth-dev
+Build-Depends: debhelper (>= 6), perl ( >=5.6.0-16), quilt, libbluetooth-dev
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Net-Bluetooth/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-bluetooth-perl/

Copied: trunk/libnet-bluetooth-perl/debian/patches/proper-interpreter-in-samples.patch (from r13330, trunk/libnet-bluetooth-perl/debian/patches/proper-interpreter-in-samples.dpatch)
URL: http://svn.debian.org/wsvn/trunk/libnet-bluetooth-perl/debian/patches/proper-interpreter-in-samples.patch?rev=13335&op=diff
==============================================================================
--- trunk/libnet-bluetooth-perl/debian/patches/proper-interpreter-in-samples.dpatch (original)
+++ trunk/libnet-bluetooth-perl/debian/patches/proper-interpreter-in-samples.patch Wed Jan 23 20:23:52 2008
@@ -1,8 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## proper-interpreter-in-samples.dpatch by Rene Mayorga <rmayorga at debian.org.sv>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adding #!/usr/bin/perl in some samples
+# proper-interpreter-in-samples.patch by Rene Mayorga <rmayorga at debian.org.sv>
+# Adding #!/usr/bin/perl in some samples
 
 @DPATCH@
 diff -urNad libnet-bluetooth-perl-0.40~/samples/client_connection libnet-bluetooth-perl-0.40/samples/client_connection

Copied: trunk/libnet-bluetooth-perl/debian/patches/series (from r13330, trunk/libnet-bluetooth-perl/debian/patches/00list)
URL: http://svn.debian.org/wsvn/trunk/libnet-bluetooth-perl/debian/patches/series?rev=13335&op=diff
==============================================================================
--- trunk/libnet-bluetooth-perl/debian/patches/00list (original)
+++ trunk/libnet-bluetooth-perl/debian/patches/series Wed Jan 23 20:23:52 2008
@@ -1,1 +1,1 @@
-proper-interpreter-in-samples.dpatch
+proper-interpreter-in-samples.patch

Modified: trunk/libnet-bluetooth-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-bluetooth-perl/debian/rules?rev=13335&op=diff
==============================================================================
--- trunk/libnet-bluetooth-perl/debian/rules (original)
+++ trunk/libnet-bluetooth-perl/debian/rules Wed Jan 23 20:23:52 2008
@@ -15,7 +15,7 @@
 
 TMP=$(CURDIR)/debian/libnet-bluetooth-perl
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 CFLAGS = -Wall -g
 
@@ -26,7 +26,7 @@
 endif
 
 build: build-stamp
-build-stamp: $(DPATCH_STAMPFN)
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL
 	$(MAKE) OPTIMIZE="$(CFLAGS)"




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