On Tue, Mar 08, 2005 at 11:06:28AM -0500, Justin Pryzby wrote:
> Okay.  FYI it appears that dh_clean was not called, as your patch
> includes things I would not expect (and which were not present in the
> other patch), such as DEBIAN/ and debian/files.  I'm not familiar with
> cdbs, so I'm not going to try to debug it.

Don't try, it's actually because I run the diff while the package was 
building. The attached diff is the correct one.

Regards

Javier
diff -Nru susv2-1/debian/changelog susv2-1.1/debian/changelog
--- susv2-1/debian/changelog    2004-10-26 23:55:44.000000000 +0200
+++ susv2-1.1/debian/changelog  2005-03-08 16:19:55.000000000 +0100
@@ -1,3 +1,13 @@
+susv2 (1.1) unstable; urgency=low
+
+  * NMU. 0-day as this is a rather easy fix and there has been no response
+    from the maintainer since this was brought up 4 months ago.
+  * Do not preserve ownership or users when untarring the downloaded files
+    by using --no-same-owner --no-same-permissions
+   (Closes: #279484)
+
+ -- Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>  Tue,  8 Mar 2005 
16:19:20 +0100
+
 susv2 (1) unstable; urgency=low
 
   * Initial release (Closes: #274956)
diff -Nru susv2-1/debian/postinst susv2-1.1/debian/postinst
--- susv2-1/debian/postinst     2003-12-18 17:02:25.000000000 +0100
+++ susv2-1.1/debian/postinst   2005-03-08 16:21:58.000000000 +0100
@@ -7,7 +7,7 @@
 echo Fetching file...
 wget -P $TMPDIR 
http://www.opengroup.org/onlinepubs/007908799/download/susv2.tar.bz2
 echo Untaring...
-bunzip2 -cd $TMPDIR/susv2.tar.bz2 | tar xf - -C /usr/share/doc/susv2
+bunzip2 -cd $TMPDIR/susv2.tar.bz2 | tar xf - -C /usr/share/doc/susv2 
--no-same-permissions --no-same-owner
 
 rm -rf $TMPDIR
 

Attachment: signature.asc
Description: Digital signature

Reply via email to