[med-svn] r12653 - in trunk/packages/rostlab/profnet/trunk/debian: . patches

Laszlo Kajan lkajan-guest at alioth.debian.org
Mon Dec 17 14:21:51 UTC 2012


Author: lkajan-guest
Date: 2012-12-17 14:21:51 +0000 (Mon, 17 Dec 2012)
New Revision: 12653

Removed:
   trunk/packages/rostlab/profnet/trunk/debian/patches/series
Modified:
   trunk/packages/rostlab/profnet/trunk/debian/changelog
   trunk/packages/rostlab/profnet/trunk/debian/rules
Log:
Implemented Eugene V. Lyubimkin's suggestions (minor changes in packaging details)

Modified: trunk/packages/rostlab/profnet/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/changelog	2012-12-17 13:46:15 UTC (rev 12652)
+++ trunk/packages/rostlab/profnet/trunk/debian/changelog	2012-12-17 14:21:51 UTC (rev 12653)
@@ -1,3 +1,10 @@
+profnet (1.0.22-2) UNRELEASED; urgency=low
+
+  * Implemented Eugene V. Lyubimkin's suggestions (minor changes in packaging
+    details).
+
+ -- Laszlo Kajan <lkajan at rostlab.org>  Mon, 17 Dec 2012 15:19:21 +0100
+
 profnet (1.0.22-1) unstable; urgency=low
 
   * added build-arch and build-indep recommended targets

Deleted: trunk/packages/rostlab/profnet/trunk/debian/patches/series
===================================================================
Modified: trunk/packages/rostlab/profnet/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/profnet/trunk/debian/rules	2012-12-17 13:46:15 UTC (rev 12652)
+++ trunk/packages/rostlab/profnet/trunk/debian/rules	2012-12-17 14:21:51 UTC (rev 12653)
@@ -1,11 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
@@ -91,7 +84,7 @@
 #	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
-	for i in $$(sed -n '/^Package:/s/^.* //p' debian/control); do \
+	for i in $$(sed -n '/^Package: / s///p' debian/control); do \
 		cat debian/substvars >> debian/$$i.substvars; \
 	done;
 	dh_gencontrol




More information about the debian-med-commit mailing list