[DRE-commits] [SCM] ruby-dataobjects-postgres.git branch, master, updated. debian/0.10.7-1-9-ge658d52

Cédric Boutillier cedric.boutillier at gmail.com
Sat Apr 21 15:47:51 UTC 2012


The following commit has been merged in the master branch:
commit 340119fb168c0a6ce033a11e6d296c0432b159eb
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Apr 21 17:17:26 2012 +0200

    replace auto_build by auto_install

diff --git a/debian/rules b/debian/rules
index 1eead02..9458a21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,8 @@ export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1
 override_dh_installchangelog:
 	dh_installchangelog ChangeLog.markdown
 
-## start postgres server before auto_building
+## start postgres server before auto_installing
 ## not working yet
-#override_dh_auto_build:
-#	chmod +x debian/start_postgres_and_auto_build.sh
-#	debian/start_postgres_and_auto_build.sh
+#override_dh_auto_install:
+#	chmod +x debian/start_postgres_and_auto_install.sh
+#	debian/start_postgres_and_auto_install.sh

-- 
ruby-dataobjects-postgres.git



More information about the Pkg-ruby-extras-commits mailing list