[SCM] templates for different package types branch, master, updated. 8011a8a9f5a6798221df3b7e15a4919f7342e109

Miriam Ruiz miriam at debian.org
Sun Mar 1 18:18:59 UTC 2009


The following commit has been merged in the master branch:
commit 8011a8a9f5a6798221df3b7e15a4919f7342e109
Author: Miriam Ruiz <miriam at debian.org>
Date:   Sun Mar 1 19:23:28 2009 +0100

    Call dh_makeshlibs by default in library packages

diff --git a/model/autotools-lib/rules b/model/autotools-lib/rules
index 449e370..b448519 100644
--- a/model/autotools-lib/rules
+++ b/model/autotools-lib/rules
@@ -91,7 +91,7 @@ binary-arch: install
 	dh_compress
 	dh_fixperms
 #	dh_perl
-#	dh_makeshlibs
+	dh_makeshlibs
 	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo
 	dh_installdeb
 	dh_shlibdeps
diff --git a/model/c-lib/rules b/model/c-lib/rules
index 6cd4ef7..9ae853c 100755
--- a/model/c-lib/rules
+++ b/model/c-lib/rules
@@ -60,7 +60,7 @@ binary-arch: install
 	dh_compress
 	dh_fixperms
 #	dh_perl
-#	dh_makeshlibs
+	dh_makeshlibs
 	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo
 	dh_installdeb
 	dh_shlibdeps
diff --git a/model/cmake-lib/rules b/model/cmake-lib/rules
index 657cd4e..9071cb0 100644
--- a/model/cmake-lib/rules
+++ b/model/cmake-lib/rules
@@ -70,7 +70,7 @@ binary-arch: install
 	dh_compress
 	dh_fixperms
 #	dh_perl
-#	dh_makeshlibs
+	dh_makeshlibs
 	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo
 	dh_installdeb
 	dh_shlibdeps

-- 
templates for different package types



More information about the Pkg-games-commits mailing list