aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS1
-rw-r--r--debian/changelog13
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
4 files changed, 7 insertions, 10 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 12ec00b..42082e0 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -12,4 +12,3 @@ mini-dinstall (0.6.23) unstable; urgency=low
To edit both, take a look into mini-dinstall's man page.
-- Christoph Goehre <christoph.goehre@gmx.de> Sun, 03 Feb 2008 10:36:47 +0100
-
diff --git a/debian/changelog b/debian/changelog
index c8f9cda..4af9a04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -373,7 +373,7 @@ mini-dinstall (0.6.3-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Add Build-Depends on cdbs.
- - Add Build-Depends on python-apt (Closes: #193092).
+ - Add Build-Depends on python-apt (Closes: #193092).
- Bump Standards-Version to 3.5.10, no changes required.
- Downgrade debian-keyring to a Suggests, for no particular reason.
* debian/rules, debian/rocks:
@@ -491,7 +491,7 @@ mini-dinstall (0.4.1) unstable; urgency=low
* The "Hm...how did this bug sneak by when I tested it" release.
* Fix option parsing to correctly respect DEFAULT section.
- * Restore compatibility with Python 2.1.
+ * Restore compatibility with Python 2.1.
* debian/rules:
- Update to latest version of Colin's Build System.
@@ -552,7 +552,7 @@ mini-dinstall (0.3.0) unstable; urgency=low
- Bump Standards-Version to 3.5.8.
* debian/rules:
- Update to latest version of Colin's Build System.
-
+
-- Colin Walters <walters@debian.org> Fri, 6 Dec 2002 17:44:03 -0500
mini-dinstall (0.2.18) unstable; urgency=low
@@ -568,7 +568,7 @@ mini-dinstall (0.2.17) unstable; urgency=low
* debian/control:
- Remove Build-Depends on python and python-logging (Closes: #166660).
- - Add Build-Depends on debhelper.
+ - Add Build-Depends on debhelper.
* debian/rules:
- Use Colin's Build System.
* Don't install CVS directories in doc dir (Closes: #166286).
@@ -766,7 +766,7 @@ mini-dinstall (0.1.0) staging; urgency=low
$ARCHIVEDIR/incoming, and put the distribution you want in the
debian/changelog.
* Support for mail_log_level = NONE
- * Support for mailing you upon installation success.
+ * Support for mailing you upon installation success.
* First pass at a man page.
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 05:05:34 -0400
@@ -801,6 +801,5 @@ mini-dinstall (0.0.2.0) unstable; urgency=low
mini-dinstall (0.0.1.0) unstable; urgency=low
* Initial release (Closes: #156582).
-
- -- Colin Walters <walters@debian.org> Tue, 13 Aug 2002 03:44:34 -0400
+ -- Colin Walters <walters@debian.org> Tue, 13 Aug 2002 03:44:34 -0400
diff --git a/debian/control b/debian/control
index 6d54042..78175dc 100644
--- a/debian/control
+++ b/debian/control
@@ -26,4 +26,3 @@ Description: daemon for updating Debian packages in a repository
mini-dinstall won't care. In fact, (when run as a daemon) it will
automatically detect that the directory changed, and update the
Packages file.
-
diff --git a/debian/rules b/debian/rules
index 3cb2061..1627aae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# $Id: rules 51 2003-12-29 20:02:19Z bob $
-# Sample debian/rules that uses debhelper.
+# Sample debian/rules that uses debhelper.
# This file is public domain software, originally written by Joey Hess.
# Uncomment this to turn on verbose mode.