summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-02-14 13:18:11 +0000
committerMartin Quinson <mquinson@debian.org>2003-02-14 13:18:11 +0000
commit79a014a2ea88e84ab0f494efcf7a11b92c4bc6af (patch)
tree67323a104667a1767d61e2412c6ea5a6353ae6d2 /debian
parentb324e11dcfa120a1cf5827c0c5a96ef28a7743cf (diff)
downloadquilt-79a014a2ea88e84ab0f494efcf7a11b92c4bc6af.tar.gz
Implement i18n, french l10n and bump version number
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f60ab52..cf319d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+quilt (0.22) unstable; urgency=low
+
+ * New upstream release
+
+ -- Martin Quinson <martin.quinson@tuxfamily.org> Fri, 14 Feb 2003 14:12:31 +0100
+
quilt (0.21-2) unstable; urgency=low
* Fight lintian warnings and error:
diff --git a/debian/rules b/debian/rules
index e20e399..9e26a50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,8 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
+ autoconf
+ ./configure --prefix=$(CURDIR)/debian/quilt
touch configure-stamp
@@ -42,7 +44,7 @@ clean:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- $(MAKE) prefix=/usr BUILD_ROOT=$(CURDIR)/debian/quilt clean
+ -test -f Makefile && $(MAKE) prefix=/usr BUILD_ROOT=$(CURDIR)/debian/quilt clean
dh_clean