rev 14796 - kde-extras/skanlite/trunk/debian

Kai Wasserbäch curan-guest at alioth.debian.org
Tue Jun 2 22:02:26 UTC 2009


Author: curan-guest
Date: 2009-06-02 22:02:26 +0000 (Tue, 02 Jun 2009)
New Revision: 14796

Modified:
   kde-extras/skanlite/trunk/debian/changelog
   kde-extras/skanlite/trunk/debian/rules
Log:
[Skanlite] (trunk)
  Added ?\194?\187DEB_DH_ALWAYS_EXCLUDE?\194?\171 for some VCS files to be always
  excluded.

Modified: kde-extras/skanlite/trunk/debian/changelog
===================================================================
--- kde-extras/skanlite/trunk/debian/changelog	2009-06-02 21:53:31 UTC (rev 14795)
+++ kde-extras/skanlite/trunk/debian/changelog	2009-06-02 22:02:26 UTC (rev 14796)
@@ -13,13 +13,14 @@
       at all. I somehow made the mistake to assume, that the symlinked
       directory should be shipped by the package too. (Where is that brown
       paper bag?)
+    - Added »DEB_DH_ALWAYS_EXCLUDE« for some VCS files to be always excluded.
   * debian/watch: make the KDE version part variable too, without getting into
     the way of version comparison.
   * Added a German manpage. 
   * Corrected/Unified capitalisation of the program's name, it's officially
     »Skanlite«.
 
- -- Kai Wasserbäch <debian at carbon-project.org>  Mon, 01 Jun 2009 00:08:06 +0200
+ -- Kai Wasserbäch <debian at carbon-project.org>  Tue, 02 Jun 2009 23:59:50 +0200
 
 skanlite (0.3-1) unstable; urgency=low
 

Modified: kde-extras/skanlite/trunk/debian/rules
===================================================================
--- kde-extras/skanlite/trunk/debian/rules	2009-06-02 21:53:31 UTC (rev 14795)
+++ kde-extras/skanlite/trunk/debian/rules	2009-06-02 22:02:26 UTC (rev 14796)
@@ -3,5 +3,8 @@
 # ensure minimal linking
 DEB_KDE_LINK_WITH_AS_NEEDED='yes'
 
+# some file should never end up in a source package
+DEB_DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore
+
 include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the pkg-kde-commits mailing list