lintian fixes
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Tue, 20 Sep 2011 20:07:22 +0200
changeset 89 787ff6069eab
parent 88 30f8d5423950
child 90 96809704c8de
lintian fixes * reverted the .gitignore exclusion * added some more fixes
debian/changelog
debian/rules
--- a/debian/changelog	Mon Sep 19 23:15:28 2011 +0200
+++ b/debian/changelog	Tue Sep 20 20:07:22 2011 +0200
@@ -1,10 +1,3 @@
-littlebird (2011091900-2.1) stable; urgency=low
-
-  * Non-maintainer upload.
-  * lintian 
-
- -- Heiko Schlittermann <hs@schlittermann.de>  Mon, 19 Sep 2011 23:12:24 +0200
-
 littlebird (2011091900-2) stable; urgency=low
 
   * do not fix the permissions anymore
--- a/debian/rules	Mon Sep 19 23:15:28 2011 +0200
+++ b/debian/rules	Tue Sep 20 20:07:22 2011 +0200
@@ -16,7 +16,8 @@
 	dh $@ 
 
 override_dh_install:
-	@dh_install
+#	@dh_install --exclude=.gitignore
+	dh_install
 	@cd ${core}/usr/share/littlebird-tc/CA/certs \
 	&& { \
 	   test -f Trustcenter_CA_LB.pem || cp -av Test_Trustcenter_CA_LB.pem Trustcenter_CA_LB.pem; \