[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, squeeze, updated. 2.4.3-3-g8a6f168



The following commit has been merged in the squeeze branch:
commit 8a6f1682051c39ecc0088acb194ea7754b23a553
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Sep 10 14:42:36 2011 +0200

    Added tar-ignore to d/source/options
    
    Prevents losing files when rebuilding with "newer" dpkg-source
    that by default "auto-filter" tarballs.

diff --git a/debian/changelog b/debian/changelog
index 14136ea..e84f58d 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,11 @@ lintian (2.4.3+squeeze1) stable; urgency=low
       be tricked into disclosing the presence of files on the host
       system via specially crafted source packages.
 
+  * debian/source/options:
+    + [NT] Added tar-ignore option that only excludes .git to
+      prevent some files from being "lost" when rebuilding the
+      package.
+
  -- Niels Thykier <niels@thykier.net>  Wed, 10 Aug 2011 20:53:04 +0200
 
 lintian (2.4.3) unstable; urgency=low
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..402af70
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+tar-ignore=.git

-- 
Debian package checker


Reply to: