|
|
@@ -1,3 +1,17 @@
|
|
|
+2007-10-09 Frank Lichtenheld <djpig@debian.org>
|
|
|
+
|
|
|
+ * scripts/dpkg-buildpackage.pl: Add -z/-Z to
|
|
|
+ passthrough opts (will be passed to dpkg-source).
|
|
|
+
|
|
|
+ * scripts/dpkg-source.pl: Support a subset of
|
|
|
+ wig&pen (aka Format: 2.0) on build:
|
|
|
+ Use .orig.tar.(bz2|lzma) if they are available
|
|
|
+ and no .gz can be found. Also let the user specify
|
|
|
+ via -Z(gz|bz2|lzma) how files that need to be
|
|
|
+ generated should be compressed. -z([1-9]|best|fast)
|
|
|
+ can be used to specify the compression level
|
|
|
+ to use.
|
|
|
+
|
|
|
2007-10-08 Raphael Hertzog <hertzog@debian.org>,
|
|
|
Frank Lichtenheld <djpig@debian.org>
|
|
|
|
|
|
@@ -54,11 +68,6 @@
|
|
|
* scripts/dpkg-buildpackage.pl (usage): Remove details about running
|
|
|
fakeroot only if it's available.
|
|
|
|
|
|
-2007-10-07 Frank Lichtenheld <djpig@debian.org>
|
|
|
-
|
|
|
- * scripts/dpkg-buildpackage.pl: Add -z/-Z to
|
|
|
- passthrough opts (will be passed to dpkg-source).
|
|
|
-
|
|
|
2007-10-07 Frank Lichtenheld <djpig@debian.org>
|
|
|
Marcel Toele <mtoele@kern.nl>
|
|
|
|
|
|
@@ -67,17 +76,6 @@
|
|
|
the filename contains spaces. Apparantly this is
|
|
|
standard but undocumented diff behaviour.
|
|
|
|
|
|
-2007-10-06 Frank Lichtenheld <djpig@debian.org>
|
|
|
-
|
|
|
- * scripts/dpkg-source.pl: Support a subset of
|
|
|
- wig&pen (aka Format: 2.0) on build:
|
|
|
- Use .orig.tar.(bz2|lzma) if they are available
|
|
|
- and no .gz can be found. Also let the user specify
|
|
|
- via -Z(gz|bz2|lzma) how files that need to be
|
|
|
- generated should be compressed. -z([1-9]|best|fast)
|
|
|
- can be used to specify the compression level
|
|
|
- to use.
|
|
|
-
|
|
|
2007-09-29 Frank Lichtenheld <djpig@debian.org>
|
|
|
|
|
|
* scripts/dpkg-buildpackage.pl: Call checkversion()
|