r70376 - in /trunk/libboulder-perl/debian: README.source changelog control rules source/ source/format

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sat Mar 5 05:35:27 UTC 2011


Author: rra
Date: Sat Mar  5 05:35:12 2011
New Revision: 70376

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70376
Log:
Switch to source format 3.0 (quilt)

* Switch to source format 3.0 (quilt) and remove quilt dependencies.

Remove changelog entries for changes that will no longer be included
in the package due to this change.

Added:
    trunk/libboulder-perl/debian/source/
    trunk/libboulder-perl/debian/source/format
Removed:
    trunk/libboulder-perl/debian/README.source
Modified:
    trunk/libboulder-perl/debian/changelog
    trunk/libboulder-perl/debian/control
    trunk/libboulder-perl/debian/rules

Modified: trunk/libboulder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboulder-perl/debian/changelog?rev=70376&op=diff
==============================================================================
--- trunk/libboulder-perl/debian/changelog (original)
+++ trunk/libboulder-perl/debian/changelog Sat Mar  5 05:35:12 2011
@@ -3,10 +3,7 @@
   [ gregor herrmann ]
   * Split out changes to upstream code into separate patches; add quilt
     framework.
-  * Refresh debian/rules, no functional changes.
   * debian/watch: use dist-based URL.
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
@@ -17,8 +14,9 @@
   [ Russ Allbery ]
   * Remove myself from Uploaders.
   * Update debhelper compatibility level to V8.
-    - Use debhelper rule minimization with the quilt module.
+    - Use debhelper rule minimization.
   * Update copyright to the DEP-5 format and add more copyright holders.
+  * Switch to source format 3.0 (quilt) and remove quilt dependencies.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 07 Jun 2008 03:34:28 +0200
 

Modified: trunk/libboulder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboulder-perl/debian/control?rev=70376&op=diff
==============================================================================
--- trunk/libboulder-perl/debian/control (original)
+++ trunk/libboulder-perl/debian/control Sat Mar  5 05:35:12 2011
@@ -1,7 +1,7 @@
 Source: libboulder-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libxml-parser-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Daniel Ruoso <daniel at ruoso.com>

Modified: trunk/libboulder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboulder-perl/debian/rules?rev=70376&op=diff
==============================================================================
--- trunk/libboulder-perl/debian/rules (original)
+++ trunk/libboulder-perl/debian/rules Sat Mar  5 05:35:12 2011
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with=quilt $@
+	dh $@

Added: trunk/libboulder-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboulder-perl/debian/source/format?rev=70376&op=file
==============================================================================
--- trunk/libboulder-perl/debian/source/format (added)
+++ trunk/libboulder-perl/debian/source/format Sat Mar  5 05:35:12 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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