You should move to Standards-Version: 3.8.0, also try to address these
lintian warnings:

W: nagcon source: debian-rules-ignores-make-clean-error line 51
N:
N:   A rule in the debian/rules file for this package calls the package's
N:   clean or distclean target with a line like:
N:
N:    -$(MAKE) distclean
N:   or
N:    $(MAKE) -i distclean
N:
N:   The leading "-" or the option -i tells make to ignore all errors.
N:   Normally this is done for packages using Autoconf since Makefile may
N:   not exist. However, this line ignores all other error messages, not
N:   just the missing Makefile error. It's better to use:
N:
N:    [ ! -f Makefile ] || $(MAKE) distclean
N:
N:   so that other error messages from the clean or distclean rule will
N:   still be caught (or just remove the "-" if the package uses a static
N:   makefile).
N:
W: nagcon: description-contains-homepage
N:
N:   The extended description contains a "Homepage:" pseudo-header
N:   following the old Developer's Reference recommendation. As of 1.14.6,
N:   dpkg now supports Homepage: as a regular field in debian/control. This
N:   header should be moved from the extended description to the fields for
N:   the relevant source or binary packages.
N:

** Changed in: nagcon (Ubuntu)
   Importance: Undecided => Wishlist
     Assignee: (unassigned) => Nicolas Van Wambeke (nicolasvw)
       Status: Confirmed => In Progress

-- 
New upstream version (0.26) available to be packaged
https://bugs.launchpad.net/bugs/237055
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to