r36050 - in /packages/ecs/trunk/debian: changelog control rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Sun Nov 29 10:22:59 UTC 2009


Author: sylvestre-guest
Date: Sun Nov 29 10:22:59 2009
New Revision: 36050

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36050
Log:
  * Rebuild to avoid the dependency on the non-free libparmetis 
    (Closes: #557222)
  * pwd => CURDIR
  * Depends line for the binary package had a trailing comma
    Thanks Fabian Greffrath for both points
  * 545597 has been fixed by the new upload of ecs version 2.2.0.beta2-1 
    (Closes: #545597)

Modified:
    packages/ecs/trunk/debian/changelog
    packages/ecs/trunk/debian/control
    packages/ecs/trunk/debian/rules

Modified: packages/ecs/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/changelog?rev=36050&op=diff
==============================================================================
--- packages/ecs/trunk/debian/changelog (original)
+++ packages/ecs/trunk/debian/changelog Sun Nov 29 10:22:59 2009
@@ -1,3 +1,15 @@
+ecs (2.0.0.beta2-2) unstable; urgency=low
+
+  * Rebuild to avoid the dependency on the non-free libparmetis 
+    (Closes: #557222)
+  * pwd => CURDIR
+  * Depends line for the binary package had a trailing comma
+    Thanks Fabian Greffrath for both points
+  * 545597 has been fixed by the new upload of ecs version 2.2.0.beta2-1 
+    (Closes: #545597)
+	
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 29 Nov 2009 11:10:06 +0100
+
 ecs (2.0.0.beta2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/ecs/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/control?rev=36050&op=diff
==============================================================================
--- packages/ecs/trunk/debian/control (original)
+++ packages/ecs/trunk/debian/control Sun Nov 29 10:22:59 2009
@@ -15,7 +15,7 @@
 Package: ecs
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, 
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Code_Saturne Preprocessor
  ECS means "Enveloppe Code Saturne". This package is the Pre-processing module
  of Code_Saturne (a computational fluid dynamics free software).

Modified: packages/ecs/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/rules?rev=36050&op=diff
==============================================================================
--- packages/ecs/trunk/debian/rules (original)
+++ packages/ecs/trunk/debian/rules Sun Nov 29 10:22:59 2009
@@ -7,7 +7,7 @@
 #DEB_CONFIGURE_NORMAL_ARGS += --with-metis-include=/usr/include/metis/
 #	--with-med-include=/usr/include/ 
 
-DEB_MAKE_INSTALL_TARGET  := install DESTDIR=`pwd`/debian/tmp
+DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(CURDIR)/debian/tmp
 
 get-orig-source:
 	uscan --force-download




More information about the debian-science-commits mailing list