summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:06:08 +0000
committerjoey <joey>1999-08-17 05:06:08 +0000
commit9f541c8e0ec6d0ede61c9e26330e8cd4e04cf6c4 (patch)
tree96953ed163473069404a6c6e192cbc6c03e37299
parentdd15d8928f80c2860bee3fe1a8122f48d4f06bc4 (diff)
downloaddebhelper-9f541c8e0ec6d0ede61c9e26330e8cd4e04cf6c4.tar.gz
r151: Initial Import
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--dh_compress.12
-rw-r--r--dh_fixperms.12
-rw-r--r--dh_installexamples.12
-rw-r--r--dh_undocumented.12
-rw-r--r--doc/TODO1
7 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index fa047f8a..32d47370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (1.2.15) unstable; urgency=low
+
+ * Just a re-upload, last upload failed for some obscure reason.
+
+ -- Joey Hess <joeyh@master.debian.org> Sun, 29 Nov 1998 13:07:44 -0800
+
debhelper (1.2.14) unstable; urgency=low
* Really fixed #29762 this time. This also fixes #30025, which asked that
diff --git a/debian/control b/debian/control
index b9870780..8edb5aa9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: debhelper
Section: devel
Priority: optional
Maintainer: Joey Hess <joeyh@master.debian.org>
-Standards-Version: 2.4.1.4
+Standards-Version: 2.5.0.0
Package: debhelper
Architecture: all
diff --git a/dh_compress.1 b/dh_compress.1
index 4e5ed9e8..4d1fa1f7 100644
--- a/dh_compress.1
+++ b/dh_compress.1
@@ -63,6 +63,6 @@ for a list of environment variables that affect all debhelper commands.
.SH BUGS
Filenames with spaces in them may not properly be compressed.
.SH "CONFORMS TO"
-Debian policy, version 2.3.0.0
+Debian policy, version 2.5.0.0
.SH AUTHOR
Joey Hess <joeyh@master.debian.org>
diff --git a/dh_fixperms.1 b/dh_fixperms.1
index fd304c70..9e016d17 100644
--- a/dh_fixperms.1
+++ b/dh_fixperms.1
@@ -31,6 +31,6 @@ for a list of environment variables that affect all debhelper commands.
.SH "SEE ALSO"
.BR debhelper (1)
.SH "CONFORMS TO"
-Debian policy, version 2.3.0.1
+Debian policy, version 2.5.0.0
.SH AUTHOR
Joey Hess <joeyh@master.debian.org>
diff --git a/dh_installexamples.1 b/dh_installexamples.1
index 91d9988b..61ec0ea0 100644
--- a/dh_installexamples.1
+++ b/dh_installexamples.1
@@ -43,6 +43,6 @@ for a list of environment variables that affect all debhelper commands.
It's impossible to specify filenames with spaces or other whitespace in them
in debian/examples file. This is more a historical design flaw than a bug.
.SH "CONFORMS TO"
-Debian policy, version 2.3.0.0
+Debian policy, version 2.5.0.0
.SH AUTHOR
Joey Hess <joeyh@master.debian.org>
diff --git a/dh_undocumented.1 b/dh_undocumented.1
index 25654ed5..63a83970 100644
--- a/dh_undocumented.1
+++ b/dh_undocumented.1
@@ -57,6 +57,6 @@ for a list of environment variables that affect all debhelper commands.
.TP
.BR undocumented (7)
.SH "CONFORMS TO"
-Debian policy, version 2.3.0.0
+Debian policy, version 2.5.0.0
.SH AUTHOR
Joey Hess <joeyh@master.debian.org>
diff --git a/doc/TODO b/doc/TODO
index 282c24ed..dcac7134 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,6 +6,7 @@ Bugs:
* all commands should print a warning message if non-cumulative parameters
are given more than once (ie, two -u's to dh_gencontrol). (#22588)
(Bug currently under dispute, I think this is bogus).
+* dh_compress doesn't preserve hard links
Wishlist items: