diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:56 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:56 +0000 |
commit | 46242ae9a03f226ad19dc4538fa8b2b5f7ee4213 (patch) | |
tree | 0b208d22a0868379c6d5d8968301b4bd79993b3f | |
parent | 7c4d986bb672313cd3c7e6dee8f071ba24d42f8c (diff) |
* Use debian/compat rather than DH_COMPAT
Author: mdz
Date: 2003-08-09 18:43:30 GMT
* Use debian/compat rather than DH_COMPAT
-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 |