r22049 - in /trunk/libnetwork-ipv4addr-perl/debian: README.source changelog repack.sh rules

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Sun Jun 22 10:13:32 UTC 2008


Author: thialme-guest
Date: Sun Jun 22 10:13:32 2008
New Revision: 22049

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22049
Log:
Updated libnetwork-ipv4addr according to gregoa remarks in the TODO file.

Modified:
    trunk/libnetwork-ipv4addr-perl/debian/README.source
    trunk/libnetwork-ipv4addr-perl/debian/changelog
    trunk/libnetwork-ipv4addr-perl/debian/repack.sh
    trunk/libnetwork-ipv4addr-perl/debian/rules

Modified: trunk/libnetwork-ipv4addr-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/README.source?rev=22049&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/README.source (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/README.source Sun Jun 22 10:13:32 2008
@@ -1,9 +1,11 @@
+Upstream tarball repackaged
+===============================================================================
 As the upstream tarball has been updated since it contained a debian directory,
-here are the following commands to get the new debian tarball ds.orig.tar.gz :
+here are the following commands to get the new debian tarball ds.orig.tar.gz:
 
-- From the build directory : run ./debian/rules get-orig-source
+- From the build directory: run ./debian/rules get-orig-source
 
-- Otherwise :
+- Otherwise:
 
     $ wget http://search.cpan.org/CPAN/authors/id/F/FR/FRAJULAC/Net-IPv4Addr-0.10.tar.gz
     $ tar -xzvf Net-IPv4Addr-0.10.tar.gz
@@ -18,3 +20,9 @@
     $ gzip -9 < repacked.tar > libnetwork-ipv4addr-perl_0.10.ds.orig.tar.gz
     $ rm repacked.tar
     $ rm Net-IPv4Addr-0.10.tar.gz
+
+Quilt
+===============================================================================
+This package uses quilt to manage all modifications to the repackaged tarball.
+So, you may have a look at the /usr/share/doc/quilt/README.source file to get 
+further information on how to use it.

Modified: trunk/libnetwork-ipv4addr-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/changelog?rev=22049&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/changelog (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/changelog Sun Jun 22 10:13:32 2008
@@ -1,15 +1,4 @@
 libnetwork-ipv4addr-perl (0.10.ds-1) UNRELEASED; urgency=low
-
-  TODO:
-  - turn off DH_VERBOSE in debian/rules (cosmetic)
-  - check my changes to debian/watch and debian/repack.sh, maybe remove the
-    lines I commented out (cosmetic)
-  - necessary: add two sentences to debian/README.source ("quilt",
-    "/usr/share/doc/quilt/README.source"
-  - very cosmetic: remove french spacings before colons in
-    debian/README.source
-  - otherwise the package looks fine!
-  (gregoa)
   
   * New maintainer (Closes: #485997).
   * Removed the debian directory from the upstream source.

Modified: trunk/libnetwork-ipv4addr-perl/debian/repack.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/repack.sh?rev=22049&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/repack.sh (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/repack.sh Sun Jun 22 10:13:32 2008
@@ -7,15 +7,10 @@
 set -u
 
 VER="$2"
-#OLD_FILE="$3"
 FILE="$3"
 PKG=`dpkg-parsechangelog|grep ^Source:|sed 's/^Source: //'`
 
 REPACK_DIR="$PKG-$VER.orig" # DevRef § 6.7.8.2
-
-## We update tarball filename from orig.tar.gz to ds.orig.tar.gz
-#FILE=`echo $OLD_FILE | sed 's/orig/ds.orig/g'`
-#mv $OLD_FILE $FILE
 
 echo -e "\nRepackaging $FILE\n"
 

Modified: trunk/libnetwork-ipv4addr-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/rules?rev=22049&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/rules (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/rules Sun Jun 22 10:13:32 2008
@@ -5,7 +5,7 @@
 # be used freely wherever it is useful.
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.




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