fix menu;dont ignore "make clean" return code
authorIan Beckwith <ianb@nessie.mcc.ac.uk>
Sun, 7 Oct 2007 02:09:25 +0000 (03:09 +0100)
committerIan Beckwith <ianb@nessie.mcc.ac.uk>
Sun, 7 Oct 2007 02:09:25 +0000 (03:09 +0100)
debian/changelog
debian/menu
debian/rules

index 95e8c8e..4403cd3 100644 (file)
@@ -2,8 +2,10 @@ ckermit (211-9) unstable; urgency=low
 
   * Fix iksd user information disclosure when PAM is used (Closes: #417247).
   * Bump ck_patch to 2.
+  * Fix menu section.
+  * Stop ignoring return code of 'make clean'.
 
- -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sun, 07 Oct 2007 02:39:59 +0100
+ -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sun, 07 Oct 2007 03:07:49 +0100
 
 ckermit (211-8) unstable; urgency=low
 
index cd1b7ab..683769c 100644 (file)
@@ -1 +1 @@
-?package(ckermit):needs="text" section="Apps/Net" title="kermit" command="/usr/bin/kermit"
+?package(ckermit):needs="text" section="Appplications/Network/File Transfer" title="kermit" command="/usr/bin/kermit"
index f7fc0a2..eaf8001 100755 (executable)
@@ -50,9 +50,9 @@ clean:
        dh_testroot
        rm -f build-stamp configure-stamp
 
-       -$(MAKE) $(MAKEOPTS) clean
-       -rm -f wermit # no longer cleaned by upstream makefile
-       -rm -f UNINSTALL
+       $(MAKE) $(MAKEOPTS) clean
+       rm -f wermit # no longer cleaned by upstream makefile
+       rm -f UNINSTALL
        dh_clean
 
 install: build