r25721 - in /trunk/libnet-sip-perl/debian: README.source changelog control patches/ patches/pod2man_item.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Oct 1 21:15:15 UTC 2008


Author: gregoa
Date: Wed Oct  1 21:15:10 2008
New Revision: 25721

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25721
Log:
* Add patch pod2man_item.patch to work around pod2man errors; add quilt
  framework.
* Add debian/README.source to document quilt usage, as required by
  Debian Policy since 3.8.0.

Added:
    trunk/libnet-sip-perl/debian/README.source
    trunk/libnet-sip-perl/debian/patches/
    trunk/libnet-sip-perl/debian/patches/pod2man_item.patch
    trunk/libnet-sip-perl/debian/patches/series
Modified:
    trunk/libnet-sip-perl/debian/changelog
    trunk/libnet-sip-perl/debian/control
    trunk/libnet-sip-perl/debian/rules

Added: trunk/libnet-sip-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/README.source?rev=25721&op=file
==============================================================================
--- trunk/libnet-sip-perl/debian/README.source (added)
+++ trunk/libnet-sip-perl/debian/README.source Wed Oct  1 21:15:10 2008
@@ -1,0 +1,6 @@
+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.
+

Modified: trunk/libnet-sip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/changelog?rev=25721&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/changelog (original)
+++ trunk/libnet-sip-perl/debian/changelog Wed Oct  1 21:15:10 2008
@@ -1,6 +1,10 @@
 libnet-sip-perl (0.49-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Add patch pod2man_item.patch to work around pod2man errors; add quilt
+    framework.
+  * Add debian/README.source to document quilt usage, as required by
+    Debian Policy since 3.8.0.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 01 Oct 2008 22:52:58 +0200
 

Modified: trunk/libnet-sip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/control?rev=25721&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/control (original)
+++ trunk/libnet-sip-perl/debian/control Wed Oct  1 21:15:10 2008
@@ -7,7 +7,7 @@
  gregor herrmann <gregoa at debian.org>,
  Martín Ferrari <tincho at debian.org>,
  Jose Luis Rivas <ghostbar38 at gmail.com>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.8.1), libnet-dns-perl, net-tools, netbase
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-sip-perl/

Added: trunk/libnet-sip-perl/debian/patches/pod2man_item.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/patches/pod2man_item.patch?rev=25721&op=file
==============================================================================
--- trunk/libnet-sip-perl/debian/patches/pod2man_item.patch (added)
+++ trunk/libnet-sip-perl/debian/patches/pod2man_item.patch Wed Oct  1 21:15:10 2008
@@ -1,0 +1,36 @@
+--- a/lib/Net/SIP/Debug.pod
++++ b/lib/Net/SIP/Debug.pod
+@@ -23,27 +23,27 @@
+ 
+ =over 4
+ 
+-=item 1
++=item Level 1
+ 
+ Debug messages for users
+ 
+-=item 2
++=item Level 2
+ 
+ Includes short SIP packet dumps of incoming and outgoing data
+ 
+-=item 5
++=item Level 5
+ 
+ Includes detailed SIP packet dumps for incoming and outgoing data
+ 
+-=item 10
++=item Level 10
+ 
+ Includes information about call flow, e.g. why packets get dropped etc.
+ 
+-=item 50
++=item Level 50
+ 
+ Detailed debugging for programmers using L<Net::SIP>.
+ 
+-=item 100
++=item Level 100
+ 
+ Detailed debugging for core developers of L<Net::SIP>.
+ 

Added: trunk/libnet-sip-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/patches/series?rev=25721&op=file
==============================================================================
--- trunk/libnet-sip-perl/debian/patches/series (added)
+++ trunk/libnet-sip-perl/debian/patches/series Wed Oct  1 21:15:10 2008
@@ -1,0 +1,1 @@
+pod2man_item.patch

Modified: trunk/libnet-sip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/rules?rev=25721&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/rules (original)
+++ trunk/libnet-sip-perl/debian/rules Wed Oct  1 21:15:10 2008
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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