[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.60.3-87-gc265a1a
Anton Gladky
gladky.anton at gmail.com
Sat Jul 2 05:57:32 UTC 2011
The following commit has been merged in the master branch:
commit 27c7f069fa3bd963ba6584fb3cbcfafb128f0f5f
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Sat Jul 2 06:50:12 2011 +0200
Small fixes.
diff --git a/debian/changelog b/debian/changelog
index cc4eb1b..4f4d74b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-yade (0.60.3-1) UNRELEASED; urgency=low
+yade (0.60.3-1) unstable; urgency=low
- * Imported Upstream version 0.60.3
+ * [1612906] Reduce the number of binary-packages twice.
+ * [d8e097e] Imported Upstream version 0.60.3
+ * [f5a454a] Delete patches, applied by upstream in 0.60.3 release.
+ * [d29e6e4] Enable dbg-mode during man-genaration.
- -- Anton Gladky <gladky.anton at gmail.com> Thu, 23 Jun 2011 20:54:28 +0200
+ -- Anton Gladky <gladky.anton at gmail.com> Sun, 26 Jun 2011 21:32:16 +0200
yade (0.60.2-5) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index d362ad3..c575e11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,8 @@ override_dh_auto_build:
#optimized build
export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; NO_SCONS_GET_RECENT= scons profile=deb PREFIX=$(tmpInstall) variant='' -j1 optimize=1 debug=0
# generate manpages
- export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstall) $(tmpInstallDbg)/bin/yade --debug --generate-manpage yade.1
- export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstall) $(tmpInstallDbg)/bin/yade-batch --debug --generate-manpage yade-batch.1
+ export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstallDbg) $(tmpInstallDbg)/bin/yade --debug --generate-manpage yade.1
+ export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstallDbg) $(tmpInstallDbg)/bin/yade-batch --debug --generate-manpage yade-batch.1
override_dh_auto_test:
export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstallDbg) $(tmpInstall)/bin/yade --debug --test
--
Yet Another Dynamic Engine. Platform for discrete element modeling.
More information about the debian-science-commits
mailing list