[med-svn] r22533 - trunk/packages/rostlab/profnet/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Jul 14 06:56:02 UTC 2016


Author: tille
Date: 2016-07-14 06:56:01 +0000 (Thu, 14 Jul 2016)
New Revision: 22533

Added:
   trunk/packages/rostlab/profnet/trunk/debian/Description
Modified:
   trunk/packages/rostlab/profnet/trunk/debian/changelog
   trunk/packages/rostlab/profnet/trunk/debian/rules
Log:
rename debian/substvars to debian/Description to make the trick easier to understand


Added: trunk/packages/rostlab/profnet/trunk/debian/Description
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/Description	                        (rev 0)
+++ trunk/packages/rostlab/profnet/trunk/debian/Description	2016-07-14 06:56:01 UTC (rev 22533)
@@ -0,0 +1 @@
+Description=Profnet is a component of the prediction methods that make up the${Newline}Predict Protein service by the lab of Burkhard Rost. It provides the neural${Newline}network component to a variety of predictors that perform protein feature${Newline}prediction directly from sequence.  This neural network implementation has${Newline}to be compiled for every different network architecture.

Modified: trunk/packages/rostlab/profnet/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/changelog	2016-07-14 06:50:42 UTC (rev 22532)
+++ trunk/packages/rostlab/profnet/trunk/debian/changelog	2016-07-14 06:56:01 UTC (rev 22533)
@@ -14,7 +14,8 @@
 
   [ Andreas Tille ]
   * hardening=+all
-  * debian/rules: deactivate strange trick with substvars
+  * rename debian/substvars to debian/Description to make the trick easier to
+    understand
   * DEP5
   * Remove *-dbg package since these are now automatically generated
 

Modified: trunk/packages/rostlab/profnet/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/rules	2016-07-14 06:50:42 UTC (rev 22532)
+++ trunk/packages/rostlab/profnet/trunk/debian/rules	2016-07-14 06:56:01 UTC (rev 22533)
@@ -22,8 +22,9 @@
 	$(MAKE) DESTDIR=$(CURDIR)/debian/profnet-snapfun prefix=/usr install-snapfun
 	$(MAKE) DESTDIR=$(CURDIR)/debian/profphd-net prefix=/usr install-phd
 
-#override_dh_shlibdeps:
-#	dh_shlibdeps
-#	for i in $$(sed -n '/^Package: / s///p' debian/control); do \
-#		cat debian/substvars >> debian/$$i.substvars; \
-#	done;
+override_dh_shlibdeps:
+	dh_shlibdeps
+	# sneak in common part of package descriptions
+	for i in $$(sed -n '/^Package: / s///p' debian/control); do \
+		cat debian/Description >> debian/$$i.substvars; \
+	done;




More information about the debian-med-commit mailing list