[med-svn] r4876 - trunk/packages/gentle/trunk/debian

Steffen Möller moeller at alioth.debian.org
Sat Jun 5 16:08:59 UTC 2010


Author: moeller
Date: 2010-06-05 16:08:53 +0000 (Sat, 05 Jun 2010)
New Revision: 4876

Modified:
   trunk/packages/gentle/trunk/debian/control
   trunk/packages/gentle/trunk/debian/rules
Log:
Taking -dbg out again, more lintian-cleanliness


Modified: trunk/packages/gentle/trunk/debian/control
===================================================================
--- trunk/packages/gentle/trunk/debian/control	2010-06-05 15:08:01 UTC (rev 4875)
+++ trunk/packages/gentle/trunk/debian/control	2010-06-05 16:08:53 UTC (rev 4876)
@@ -17,18 +17,18 @@
  plasmid maps, restriction and ligation, alignments, sequencer data
  import, calculators, gel image display, PCR, and much more.
 
-Package: gentle-dbg
-Architecture: any
-Depends: gentle, ${shlibs:Depends}, ${misc:Depends}
-Section: debug
-Priority: extra
-Recommends: libtinyxml2.5.3-dbg
-Description: debug symbols for gentle suite for genetic cloning
- As every suite working with a series of independently developed
- programs, also GENtle tends to be perceived as rather complex.
- This package prepares users and developers to communicate
- over hunting and eliminating bugs.
- .
- Well, this package is not functional for the time speaking.
- Help would be appreciated.
+#Package: gentle-dbg
+#Architecture: any
+#Depends: gentle, ${shlibs:Depends}, ${misc:Depends}
+#Section: debug
+#Priority: extra
+#Recommends: libtinyxml2.5.3-dbg
+#Description: debug symbols for gentle suite for genetic cloning
+# As every suite working with a series of independently developed
+# programs, also GENtle tends to be perceived as rather complex.
+# This package prepares users and developers to communicate
+# over hunting and eliminating bugs.
+# .
+# Well, this package is not functional for the time speaking.
+# Help would be appreciated.
  

Modified: trunk/packages/gentle/trunk/debian/rules
===================================================================
--- trunk/packages/gentle/trunk/debian/rules	2010-06-05 15:08:01 UTC (rev 4875)
+++ trunk/packages/gentle/trunk/debian/rules	2010-06-05 16:08:53 UTC (rev 4876)
@@ -21,6 +21,7 @@
 	automake
 	autoconf
 	CXXFLAGS=$(CXXFLAGS) ./configure --prefix=/usr 
+	for i in help/*.html help/*.css *.db help/*.htm */*.png */*.x[bp]m */*.bmp *.txt */*.txt *.csv; do chmod -x "$$i"; done
 	touch $@
 
 build build-arch:	build-stamp
@@ -41,7 +42,8 @@
 	dh_installexamples
 	dh_installman
 	dh_link
-	dh_strip --dbg-package=gentle-dbg
+	#dh_strip --dbg-package=gentle-dbg
+	dh_strip
 	dh_compress -X.pdf
 	dh_fixperms
 	dh_makeshlibs
@@ -53,7 +55,6 @@
 
 install install-arch: build-stamp
 	dh_install
-	find debian -name "*.png" -o -name "*.htm" -o -name "*.xpm" -o -name "*.bmp" -o "*.txt" -o "*.csv" | xargs -r chmod -x
 	find debian -name "license.txt" | xargs -r rm
 
 install-indep:
@@ -75,8 +76,6 @@
 	dh_clean build-arch-stamp build-indep-stamp configure-stamp build-stamp
 
 
-
-
 VERSION=1.9+cvs$(shell date +"%Y%m%d"|tr -d ' \t\n')+dfsg
 get-orig-source:
 	if [ -d GENtle ]; then \




More information about the debian-med-commit mailing list