r36323 - /packages/rheolef/trunk/debian/rules

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Mon Mar 29 15:12:31 UTC 2010


Author: saramito-guest
Date: Mon Mar 29 15:12:29 2010
New Revision: 36323

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36323
Log: (empty)

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=36323&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Mon Mar 29 15:12:29 2010
@@ -59,7 +59,6 @@
 build: build-stamp
 
 build-stamp: configure-stamp
-#	cat debian/control.template | sed -e "s/\@LIBRARY\@/$(LIBRHEOLEF)/g" > debian/control
 	dh_testdir
 
 	# Compile the package.
@@ -73,17 +72,11 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	#rm -f config/config.{guess,sub}
-	-$(MAKE) clean
-
 	dh_clean
 	# Removing installation directories
 	rm -Rf 	$(TMPDIR)
 
 	# Removing and/or reinitialising files generated after templates
-#	cat debian/control.template | sed -e "s/\@LIBRARY\@/$(LIBRHEOLEF)/g" > debian/control
 	rm -f debian/shlibs.local
 
 install: build
@@ -108,7 +101,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
 
 # Build architecture-dependent files here.
 binary-arch: build install
@@ -124,13 +116,13 @@
 	dh_fixperms
 	dh_makeshlibs -m $(VERSION)
 	dh_installdeb
-#	dh_shlibdeps -ldebian/$(LIBRHEOLEF)/usr/lib
 	dh_shlibdeps --dpkg-shlibdeps-params="--ignore-missing-info"
 	dh_compress
 	dh_strip
-	dh_gencontrol
+	dh_gencontrol --dpkg-gencontrol-params="-Tdebian/librheolef5.89.substvars"
 	dh_md5sums
 	dh_builddeb || true
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
+




More information about the debian-science-commits mailing list