r17088 - in /trunk/libmail-listdetector-perl/debian: changelog copyright repack.sh

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Sun Mar 9 17:16:41 UTC 2008


Author: ntyni
Date: Sun Mar  9 17:16:40 2008
New Revision: 17088

URL: http://svn.debian.org/wsvn/?sc=1&rev=17088
Log:
* Modify repack.sh to edit MANIFEST too, to match the current tarball
  in the archive and debian/copyright information.

Modified:
    trunk/libmail-listdetector-perl/debian/changelog
    trunk/libmail-listdetector-perl/debian/copyright
    trunk/libmail-listdetector-perl/debian/repack.sh

Modified: trunk/libmail-listdetector-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-listdetector-perl/debian/changelog?rev=17088&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/debian/changelog (original)
+++ trunk/libmail-listdetector-perl/debian/changelog Sun Mar  9 17:16:40 2008
@@ -3,9 +3,10 @@
   * Change the target directory of 'make install' to fix an empty package.
     (Closes: #470111).
   * Add myself to Uploaders.
-  * Small correction to the +dfsg explanation in debian/copyright.
   * Build-depend on quilt (>= 0.40), for quilt.make.
   * Depend on ${misc:Depends}, as per debhelper(7).
+  * Modify repack.sh to edit MANIFEST too, to match the current tarball
+    in the archive and debian/copyright information.
 
  -- Niko Tyni <ntyni at debian.org>  Sun, 09 Mar 2008 14:59:02 +0200
 

Modified: trunk/libmail-listdetector-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmail-listdetector-perl/debian/copyright?rev=17088&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/debian/copyright (original)
+++ trunk/libmail-listdetector-perl/debian/copyright Sun Mar  9 17:16:40 2008
@@ -6,7 +6,8 @@
 It was downloaded from http://search.cpan.org/dist/Mail-ListDetector/
 
 The +dfsg version was created by removing the ./t/ directory from the
-upstream tarball (because it contains non-DFSG material).
+upstream tarball (because it contains non-DFSG material) and deleting
+the references to these files from ./MANIFEST.
 
 Upstream Authors:
 Michael Stevens	<mstevens at etla.org>

Modified: trunk/libmail-listdetector-perl/debian/repack.sh
URL: http://svn.debian.org/wsvn/trunk/libmail-listdetector-perl/debian/repack.sh?rev=17088&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/debian/repack.sh (original)
+++ trunk/libmail-listdetector-perl/debian/repack.sh Sun Mar  9 17:16:40 2008
@@ -29,6 +29,7 @@
 
 ## Remove stuff
 rm -vr $UP_BASE/t
+sed -i '/^t\// d' $UP_BASE/MANIFEST
 ## End
 
 mv "$UP_BASE" "$DIR/$REPACK_DIR"




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