summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Millan <rmh@debian.org>2003-07-03 00:25:10 +0000
committerGuillem Jover <guillem@hadrons.org>2010-06-10 23:21:01 +0200
commit77ac969a4d6a142251d2500068e40320bfdb606f (patch)
tree5a893937f2035bc0f0a5330bba9b7e4a7170282d
parentecaf0ad1db8e9114ab6ed87ea24ef5681966d217 (diff)
downloadinetutils-77ac969a4d6a142251d2500068e40320bfdb606f.tar.gz
Release inetutils 2:1.4.2+20030703-11.4.2+20030703-1
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules2
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 487d834..5952a3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+inetutils (2:1.4.2+20030703-1) unstable; urgency=low
+
+ * Add myself to Uploaders.
+ * New upstream snapshot. (Closes: #194458)
+ * Bump package version to include the release number.
+ * Removed "inetutils-whois" package, already in debian.
+ * Architecture previously set as "any". (Closes: #194456)
+
+ -- Robert Millan <rmh@debian.org> Thu, 3 Jul 2003 02:17:23 +0200
+
inetutils (1:20030701-1) unstable; urgency=low
* Convert to cdbs.
diff --git a/debian/rules b/debian/rules
index 14c9eab..1460238 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# This file is PUBLIC DOMAIN.
-DEB_TAR_SRCDIR := inetutils-20030701
+DEB_TAR_SRCDIR := inetutils-20030703
DEB_BUILDDIR = $(DEB_SRCDIR)/build
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk