summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-01-28 01:44:59 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-01-28 01:44:59 +0000
commite9f93d033be6776d73a9c4f61859c4a29670b865 (patch)
tree4ba84e3aab6fb2964ab39dc8f6285d708f379a72
parent78aa77c7415f569ad964d8b5b03ddb048f90beee (diff)
downloadquilt-e9f93d033be6776d73a9c4f61859c4a29670b865.tar.gz
- Fix `make dist': Some files in debian/ did not exist.v0.30
- Update to version 0.30.
-rw-r--r--Makefile.in2
-rw-r--r--configure.ac4
-rw-r--r--quilt.changes8
3 files changed, 8 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index b6fa588..5982a6d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,7 +85,7 @@ DIRT += $(DOC_IN:%=doc/%)
MAN1 := bin/guards.1
-DEBIAN := changelog control copyright docs prerm rules
+DEBIAN := changelog control copyright rules
SRC += $(DEBIAN:%=debian/%)
diff --git a/configure.ac b/configure.ac
index 512eed3..d376a8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([quilt],[0.29],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.30],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
-AC_REVISION ($Revision: 1.21 $)
+AC_REVISION ($Revision: 1.22 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)
diff --git a/quilt.changes b/quilt.changes
index 98d9d20..242fc72 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,8 +1,10 @@
-------------------------------------------------------------------
-Wed Jan 28 02:32:51 CET 2004 - agruen@suse.de
+Wed Jan 28 02:42:40 CET 2004 - agruen@suse.de
-- Add a few more test cases for subdirectory support.
-- Fix a few bugs introduced while merging Chris's patch.
+- Fix bugs introduced while merging Chris's patch.
+- Add more test cases for subdirectory support.
+- Fix `make dist': Some files in debian/ did not exist.
+- Update to version 0.30.
-------------------------------------------------------------------
Wed Jan 28 01:13:16 CET 2004 - agruen@suse.de