Source: kannel Severity: normal Hi,
I wanted to write a patch for the missing build-arch/build-indep targets in kannel. But on closer examination, it turns out that the git repository and the last uploaded packages seems to be disagreeing on contents/version. Below is the diff between the changelog of the source package and the git repository. It appears that the git version has the targets I wanted to add as a patch, so kudos if you keep at least that part. :D ~Niels diff -u kannel-1.4.3/debian/changelog kannel/debian/changelog --- kannel-1.4.3/debian/changelog 2010-03-19 03:19:45.000000000 +0100 +++ kannel/debian/changelog 2011-11-08 22:29:15.465140137 +0100 @@ -1,11 +1,14 @@ -kannel (1.4.3-2) unstable; urgency=low +kannel (1.4.3-2) UNRELEASED; urgency=low - * Drop superfluous /var/run/kannel ownership change in postinst - (already taken care of at SysV start time, and might fail if - /var/run is on temporary media). Closes: bug#574205, thanks to Lucas - Nussbaum. + * Drop README.Debian: Contained only outdated or superfluous info. + * Ease building with git-buildpackage: + + Git-ignore quilt .pc dir. + + Add source local-options. + * Drop old no longer used clutch from rules file. + * Rewrite rules file using CDBS. + * Build-depend on cdbs. - -- Jonas Smedegaard <[email protected]> Fri, 19 Mar 2010 03:19:40 +0100 + -- Jonas Smedegaard <[email protected]> Sun, 05 Dec 2010 17:23:54 +0100 kannel (1.4.3-1) unstable; urgency=low -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

