[Pkg-scicomp-commits] [SCM] glpk-java branch, master, updated. 4a9f519fafa0ca318b7b4f7978467d5c3703ff25

Rafael Laboissiere rafael at debian.org
Sat Jun 6 10:23:07 UTC 2009


The following commit has been merged in the master branch:
commit 4a9f519fafa0ca318b7b4f7978467d5c3703ff25
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Jun 6 12:11:49 2009 +0200

    Put the DEB_* definitions after the includes

diff --git a/debian/rules b/debian/rules
index 7f1f088..9b0d43a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
 DEB_MAKE_CHECK_TARGET = test
 DEB_MAKE_INSTALL_TARGET = DESTDIR=$(CURDIR)/debian/libglpk-java install
 DEB_DH_MAKESHLIBS_ARGS_ALL = --no-act
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk

-- 
glpk-java



More information about the Pkg-scicomp-commits mailing list