summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/README15
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
-rw-r--r--debian/rules1
4 files changed, 29 insertions, 1 deletions
diff --git a/debian/README b/debian/README
new file mode 100644
index 0000000..8e9cc52
--- /dev/null
+++ b/debian/README
@@ -0,0 +1,15 @@
+
+Developers and users interested in the future of dctrl-tools
+(grep-dctrl and friends) are encouraged to subscribe to the
+dctrl-tools-devel mailing list at
+ http://lists.alioth.debian.org/mailman/listinfo/dctrl-tools-devel
+
+Early versions are available in the experimental distribution of
+Debian. Those and also occasional very early preview versions are
+available at
+ deb http://antti-juhani.kaijanaho.info/dctrl-tools-experimental/ ./
+ deb-src http://antti-juhani.kaijanaho.info/dctrl-tools-experimental/ ./
+I would appreciate if all users of these sources subscribed to the
+above mailing list.
+
+ -- Antti-Juhani Kaijanaho <ajk@debian.org> Sat, 17 Jul 2004 04:31:34 +0300
diff --git a/debian/changelog b/debian/changelog
index 80a0a8d..2968613 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+grep-dctrl (2.6.4) experimental; urgency=low
+
+ * debian/control (Build-Depends): gcc (>= 3.0)
+ * debian/README: New file.
+ * debian/rules: Install debian/README as README.Debian.
+ * grep-dctrl.1.cp: Warn about coming semantics change for
+ numeric comparisons.
+ * grep-dctrl.c: Add warning about coming semantics change for
+ numeric comparisons.
+
+ -- Antti-Juhani Kaijanaho <ajk@debian.org> Sat, 17 Jul 2004 04:44:40 +0300
+
grep-dctrl (2.6.3) experimental; urgency=low
* sync-available.cp, Makefile: Fix the goofup which made sync-available
diff --git a/debian/control b/debian/control
index 991dfa5..0d1c501 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
Priority: optional
Maintainer: Antti-Juhani Kaijanaho <ajk@debian.org>
Standards-Version: 3.6.1
-Build-Depends: gettext (>= 0.11-0), libgmp3-dev
+Build-Depends: gettext (>= 0.11-0), libgmp3-dev, gcc (>= 3.0)
Package: grep-dctrl
Architecture: any
diff --git a/debian/rules b/debian/rules
index ff7ea03..29fdf76 100644
--- a/debian/rules
+++ b/debian/rules
@@ -52,6 +52,7 @@ debian/stamp/binary/grep-dctrl: debian/stamp/build
done
# Install the supporting documentation.
$(install_nonex) TODO Compatibility $(docdir)
+ $(install_nonex) debian/README $(docdir)/README.Debian
# Install message catalogues
set -e ; for lang in $(langs) ; do \
$(install_dir) $(rootdir)/usr/share/locale/$$lang/LC_MESSAGES ; \