Package: ksocrat Version: 3.2.1-2 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu hardy ubuntu-patch
Please add dh_icons in debian/rules :) ***/tmp/tmpCEUuRc In Ubuntu, we've applied the attached patch to achieve the following: * Merge from Debian(Unstable). (LP:#192942) remaining changes: - debian/rules: Add dh_icons - Modify Maintainer value to match Debian-Maintainer-Field Spec We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy') Architecture: i386 (i686) Kernel: Linux 2.6.24-8-generic (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u ksocrat-3.2.1/debian/control ksocrat-3.2.1/debian/control --- ksocrat-3.2.1/debian/control +++ ksocrat-3.2.1/debian/control @@ -1,7 +1,8 @@ Source: ksocrat Section: contrib/text Priority: optional -Maintainer: Debian QA Group <[EMAIL PROTECTED]> +Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]> +XSBC-Original-Maintainer: Debian QA Group <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 5.0.0), kdelibs4-dev (>= 4:3.4.2), libartsc0-dev (>= 1.4.2-1), gettext, libpng12-dev, libjpeg62-dev, zlib1g-dev Standards-Version: 3.7.3 diff -u ksocrat-3.2.1/debian/rules ksocrat-3.2.1/debian/rules --- ksocrat-3.2.1/debian/rules +++ ksocrat-3.2.1/debian/rules @@ -72,6 +72,7 @@ dh_installdocs dh_installexamples dh_installmenu + dh_icons dh_installman dh_installinfo dh_link diff -u ksocrat-3.2.1/debian/changelog ksocrat-3.2.1/debian/changelog