diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 845ccb4ed..25f3b56a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,8 +37,9 @@ apt (0.5.9) unstable; urgency=low indentation (some other translations probably have similar problems) (Closes: #194282) * Run ispell -h over the man page sources and fix a bunch of typos + * Use debian/compat rather than DH_COMPAT - -- Matt Zimmerman <mdz@debian.org> Sat, 9 Aug 2003 14:18:41 -0400 + -- Matt Zimmerman <mdz@debian.org> Sat, 9 Aug 2003 14:43:01 -0400 apt (0.5.8) unstable; urgency=medium diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..0cfbf0888 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +2 |