r31280 - in /trunk/libxml-sax-perl/debian: README.source changelog clean copyright libxml-sax-perl.examples rules

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sun Mar 1 13:39:28 UTC 2009


Author: antonio-guest
Date: Sun Mar  1 13:39:24 2009
New Revision: 31280

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31280
Log:
* debian/rules
  + custom directives moved to proper files before refreshing to dh7 
    * debian/libpam-xml-perl.{links,install,examples,docs,manpages}
    * debian/clean 
  + get-orig-source from the old rules
  + touch Makefile in clean target from the old rules

Added:
    trunk/libxml-sax-perl/debian/clean
Modified:
    trunk/libxml-sax-perl/debian/README.source
    trunk/libxml-sax-perl/debian/changelog
    trunk/libxml-sax-perl/debian/copyright
    trunk/libxml-sax-perl/debian/libxml-sax-perl.examples
    trunk/libxml-sax-perl/debian/rules

Modified: trunk/libxml-sax-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/README.source?rev=31280&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/README.source (original)
+++ trunk/libxml-sax-perl/debian/README.source Sun Mar  1 13:39:24 2009
@@ -2,56 +2,4 @@
 source.  Changes are stored in the source package as diffs in
 debian/patches and applied during the build.
 
-To configure quilt to use debian/patches instead of patches, you want
-either to export QUILT_PATCHES=debian/patches in your environment
-or use this snippet in your ~/.quiltrc:
-
-    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
-        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
-                export QUILT_PATCHES=debian/patches
-        fi
-    done
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run:
-
-    quilt push -a
-
-The last patch listed in debian/patches/series will become the current
-patch.
-
-To add a new set of changes, first run quilt push -a, and then run:
-
-    quilt new <patch>
-
-where <patch> is a descriptive name for the patch, used as the filename in
-debian/patches.  Then, for every file that will be modified by this patch,
-run:
-
-    quilt add <file>
-
-before editing those files.  You must tell quilt with quilt add what files
-will be part of the patch before making changes or quilt will not work
-properly.  After editing the files, run:
-
-    quilt refresh
-
-to save the results as a patch.
-
-Alternately, if you already have an external patch and you just want to
-add it to the build system, run quilt push -a and then:
-
-    quilt import -P <patch> /path/to/patch
-    quilt push -a
-
-(add -p 0 to quilt import if needed). <patch> as above is the filename to
-use in debian/patches.  The last quilt push -a will apply the patch to
-make sure it works properly.
-
-To remove an existing patch from the list of patches that will be applied,
-run:
-
-    quilt delete <patch>
-
-You may need to run quilt pop -a to unapply patches first before running
-this command.
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libxml-sax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/changelog?rev=31280&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/changelog (original)
+++ trunk/libxml-sax-perl/debian/changelog Sun Mar  1 13:39:24 2009
@@ -9,22 +9,19 @@
     + removed duplicate priority and section from the binary package
     + removed (>= 0.40) from quilt
   * debian/libxml-sax-perl.([^(:?dirs)]) renamed to $1
-  * debian/README.source updated to the latest quilt one
-  * debian/rules custom directives moved to proper files before
-    refreshing to dh7 
-    + libpam-xml-perl.links
-    + libxml-sax-perl.install
-    + libxml-sax-perl.examples
-    + libxml-sax-perl.docs
-      * Changes is now installed by dh_installdocs not dh_installchangelog
-    + libxml-sax-perl.manpages
+  * debian/rules
+    + custom directives moved to proper files before refreshing to dh7 
+      * debian/libpam-xml-perl.{links,install,examples,docs,manpages}
+      * debian/clean 
+    + get-orig-source from the old rules
+    + touch Makefile in clean target from the old rules
   * debian/compat bumped to 7
   * debian/README.Debian-source contents moved to debian/copyright
   * debian/copyright:
     + upgrade to the new format
     + added info about repack.pl and what we are excluding from the orig source
 
-  [Franck Joncourt]
+  [ Franck Joncourt ]
   * Replace uversionmangle by dversionmangle in debian/watch.
     + Refreshed the repack.pl script.
     + This fixes the following lintian warning:

Added: trunk/libxml-sax-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/clean?rev=31280&op=file
==============================================================================
--- trunk/libxml-sax-perl/debian/clean (added)
+++ trunk/libxml-sax-perl/debian/clean Sun Mar  1 13:39:24 2009
@@ -1,0 +1,2 @@
+XML-SAX-Base/lib/XML/SAX/*.pm
+t/lib/*

Modified: trunk/libxml-sax-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/copyright?rev=31280&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/copyright (original)
+++ trunk/libxml-sax-perl/debian/copyright Sun Mar  1 13:39:24 2009
@@ -8,8 +8,9 @@
   Upstream sources are repackaged to remove several files with unclear
   licensing/copyright:
     + testcases/xmltest.xml  (See #452872)
-  Repackaging is done via debian/repack.pk and can be replayed using "uscan"
-
+  Repackaging is done via debian/repack.sh and can be replayed using either
+  "debian/rules get-orig-source" or "uscan -f".
+  
 Files: *
 Copyright: Matt Sergeant, matt at sergeant.org
 License-Alias: Perl

Modified: trunk/libxml-sax-perl/debian/libxml-sax-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/libxml-sax-perl.examples?rev=31280&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/libxml-sax-perl.examples (original)
+++ trunk/libxml-sax-perl/debian/libxml-sax-perl.examples Sun Mar  1 13:39:24 2009
@@ -1,2 +1,1 @@
-examples/*
 debian/examples/*

Modified: trunk/libxml-sax-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/rules?rev=31280&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/rules (original)
+++ trunk/libxml-sax-perl/debian/rules Sun Mar  1 13:39:24 2009
@@ -9,11 +9,17 @@
 
 clean: unpatch
 	dh $@
+	[ ! -f Makefile ] || touch Makefile
 
 install: install-stamp
 install-stamp: build-stamp
 	dh install
 	touch $@
+
+get-orig-source:
+	# debian/repack.pl: delete the file testfiles/xmltest.xml
+	chmod 755 debian/repack.pl
+	uscan --rename --force
 
 binary-arch:
 




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