r36581 - in /packages/rheolef/trunk/debian: rules shlibs.local.template

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Mon May 31 07:23:03 UTC 2010


Author: saramito-guest
Date: Mon May 31 07:22:50 2010
New Revision: 36581

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36581
Log:
lintian

Removed:
    packages/rheolef/trunk/debian/shlibs.local.template
Modified:
    packages/rheolef/trunk/debian/rules

Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=36581&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Mon May 31 07:22:50 2010
@@ -32,17 +32,13 @@
 configure-stamp:
 	# Prepare the debian control files necessary for
 	# the creation of the packages
-
-	# Adapt the control and shlibs.local files
-#	cat debian/control.template | sed -e "s/\@LIBRARY\@/$(LIBRHEOLEF)/g" > debian/control
-
-	cat debian/shlibs.local.template | \
+	cat debian/shlibs.librheolefX.X | \
 	  sed -e "s/\@LIBRARY\@/$(LIBRHEOLEF)/g" \
               -e "s/\@MAJOR_VERSION\@/$(MAJOR_VERSION)/g" \
               -e "s/\@MINOR_VERSION\@/$(MINOR_VERSION)/g" \
               -e "s/\@VERSION\@/$(VERSION)/g" \
-              -e "s/\@SONAME\@/$(SONAME)/g" > /tmp/shlibs.local.rheolef.tmp
-	mv -f /tmp/shlibs.local.rheolef.tmp debian/shlibs.local
+              -e "s/\@SONAME\@/$(SONAME)/g" > /tmp/shlibs.rheolef.tmp
+	mv -f /tmp/shlibs.rheolef.tmp debian/shlibs.$(LIBRHEOLEF)
 
 	# Rename the template files
 	cat debian/librheolefX.X.install | sed -e "s/\@VERSION\@/$(VERSION)/g" > debian/librheolef$(VERSION).install
@@ -83,7 +79,7 @@
 	rm -Rf 	$(TMPDIR)
 
 	# Removing and/or reinitialising files generated after templates
-	rm -f debian/shlibs.local
+	# rm -f debian/shlibs.local
 
 install: build
 	dh_testdir




More information about the debian-science-commits mailing list