r46286 - in /packages/rheolef/trunk/debian: changelog rules
saramito-guest at users.alioth.debian.org
saramito-guest at users.alioth.debian.org
Tue Sep 17 12:42:01 UTC 2013
Author: saramito-guest
Date: Tue Sep 17 12:42:00 2013
New Revision: 46286
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46286
Log:
debian/rules: add "make distclean" to the rules/clean target (closes: #714204)
thanks to explanations from Sebastian Ramacher <sramacher at debian.org>
Modified:
packages/rheolef/trunk/debian/changelog
packages/rheolef/trunk/debian/rules
Modified: packages/rheolef/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/changelog?rev=46286&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/changelog (original)
+++ packages/rheolef/trunk/debian/changelog Tue Sep 17 12:42:00 2013
@@ -1,13 +1,19 @@
rheolef (6.5-1) unstable; urgency=low
- * New upstream release 6.5 (minor changes):
- - source code compile with g++-4.8 and boost-1.54 (close #701347)
+ * New upstream release 6.5 (major changes):
+ - new discontinuous Galerkin FEM methods
+ - source code compile now with g++-4.8 and boost-1.54 (closes: #701347)
+ thanks to Matthias Klose <doko at debian.org>
+ - minor bug fixes (closes: #716110, #715672, #716547)
+ thanks to Alexandre Rebert <alexandre at cmu.edu>
- minor changes for automake-1.14
* control:
- - add break and replaces rules (close #709155)
+ - add break and replaces rules (closes: #709155)
thanks to a patch from Andreas Beckmann <anbe at debian.org>
- - change Vcs host to anonscm.debian.org (close ##714185)
+ - fix lintian warning "vcs-fields-not-canonical" (closes: #714185)
thanks to Sebastian Ramacher <sramacher at debian.org>
+ * rules: add "make distclean" to the rules/clean target (closes: #714204)
+ thanks to explanations from Sebastian Ramacher <sramacher at debian.org>
-- Pierre Saramito <pierre.saramito at imag.fr> Mon, 16 Sep 2013 17:11:03 +0200
Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=46286&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Tue Sep 17 12:42:00 2013
@@ -64,6 +64,8 @@
clean:
dh_testdir
dh_testroot
+ # for double build, cleaning via Makefile
+ if test -f Makefile; then make distclean; fi
rm -f build-stamp configure-stamp
dh_clean
# Removing installation directories
More information about the debian-science-commits
mailing list