CVS commit by habouzit: T&S commit
A overrides/akregator 1.1 M +2 -1 changelog 1.30 M +9 -9 control 1.14 M +1 -1 copyright 1.5 M +3 -6 rules 1.6 R akregator.lintian 1.2 --- kdenonbeta/akregator/debian/changelog #1.29:1.30 @@ -2,6 +2,7 @@ * Rewrote a dependency wrt libkcal2-dev (closes: #271182) + * some debian/ changes for T&S. - -- Pierre Habouzit <[EMAIL PROTECTED]> Sat, 11 Sep 2004 22:11:31 +0200 + -- Pierre Habouzit <[EMAIL PROTECTED]> Sun, 12 Sep 2004 19:23:06 +0200 akregator (1.0-beta6-1) unstable; urgency=low --- kdenonbeta/akregator/debian/control #1.13:1.14 @@ -10,7 +10,7 @@ Depends: ${shlibs:Depends} Description: RSS feed aggregator for KDE - aKregator is a KDE RSS aggregator. It supports the best known metaphors from - existing aggregators. It also facilitates good integration with KDE by - maintaining an interface similar to Konqueror and KMail. + aKregator is a fast, lightweight, and intuitive feed reader program for KDE. + It allows you to quickly browse through hundreds of thousands of internet feeds + in a quick, efficient, and familiar way. Package: akregator-kontact-plugin @@ -18,7 +18,7 @@ Depends: akregator (= ${Source-Version}), ${shlibs:Depends} Description: kontact plugin for aKregator - aKregator is a KDE RSS aggregator. It supports the best known metaphors from - existing aggregators. It also facilitates good integration with KDE by - maintaining an interface similar to Konqueror and KMail. + aKregator is a fast, lightweight, and intuitive feed reader program for KDE. + It allows you to quickly browse through hundreds of thousands of internet feeds + in a quick, efficient, and familiar way. . The kontact plugin allow you to embed aKregator kpart into Kontact @@ -28,7 +28,7 @@ Depends: akregator (= ${Source-Version}), ${shlibs:Depends} Description: konqueror plugin for aKregator - aKregator is a KDE RSS aggregator. It supports the best known metaphors from - existing aggregators. It also facilitates good integration with KDE by - maintaining an interface similar to Konqueror and KMail. + aKregator is a fast, lightweight, and intuitive feed reader program for KDE. + It allows you to quickly browse through hundreds of thousands of internet feeds + in a quick, efficient, and familiar way. . The konqueror plugin integrates in the konqueror context menu the possibility --- kdenonbeta/akregator/debian/copyright #1.4:1.5 @@ -6,5 +6,5 @@ Upstream Author: Stanislav Karchebny <[EMAIL PROTECTED]> -Copyright: GNU GPL Version 2 +Copyright: GNU GPL Copyright (c) 2001-2004 Frerich Raabe <[EMAIL PROTECTED]> --- kdenonbeta/akregator/debian/rules #1.5:1.6 @@ -1,6 +1,4 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. include /usr/share/cdbs/1/rules/debhelper.mk @@ -14,12 +12,11 @@ install/akregator:: - mkdir -p debian/akregator/usr/share/lintian/overrides/ - cp debian/akregator.lintian debian/akregator/usr/share/lintian/overrides/akregator + dh_install -pakregator debian/overrides/akregator usr/share/lintian/overrides/ install/akregator-konq-plugin:: - dh_link -pakregator-konq-plugin usr/share/doc/akregator usr/share/doc/akregator-konq-plugin + dh_link install/akregator-kontact-plugin:: - dh_link -pakregator-kontact-plugin usr/share/doc/akregator usr/share/doc/akregator-kontact-plugin + dh_link clean::