r46414 - in /packages/libalberta2/trunk/debian: changelog control rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Dec 10 11:06:39 UTC 2013


Author: sylvestre
Date: Tue Dec 10 11:06:39 2013
New Revision: 46414

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46414
Log:
* Team upload
* Standards-Version: 3.9.5
* debian/rules
  - add "-fi" option fix FTBFS "error: required file './compile' not found"
    error (Closes: #725538)

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

Modified: packages/libalberta2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/changelog?rev=46414&op=diff
==============================================================================
--- packages/libalberta2/trunk/debian/changelog	(original)
+++ packages/libalberta2/trunk/debian/changelog	Tue Dec 10 11:06:39 2013
@@ -1,3 +1,15 @@
+libalberta2 (2.0.1-6) unstable; urgency=low
+
+  * Team upload
+  * Standards-Version: 3.9.5
+
+  [ Hideki Yamane ]
+  * debian/rules
+    - add "-fi" option fix FTBFS "error: required file './compile' not found"
+      error (Closes: #725538)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 10 Dec 2013 11:31:19 +0100
+
 libalberta2 (2.0.1-5) unstable; urgency=low
 
   * Team upload

Modified: packages/libalberta2/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/control?rev=46414&op=diff
==============================================================================
--- packages/libalberta2/trunk/debian/control	(original)
+++ packages/libalberta2/trunk/debian/control	Tue Dec 10 11:06:39 2013
@@ -3,10 +3,10 @@
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: André Gaul <gaul at web-yard.de>
-Build-Depends: debhelper (>= 7), autotools-dev, gfortran, cdbs, 
+Build-Depends: debhelper (>= 7), autotools-dev, gfortran, cdbs,
  libblas-dev, libx11-dev, libgl1-mesa-dev, autoconf, automake, libtool,
  quilt
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libalberta2/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/libalberta2/
 Homepage: http://www.alberta-fem.de
@@ -20,7 +20,7 @@
  ALBERTA is an adaptive finite element library
  for solving partial differential equations (PDEs).
  .
- It offers a hierarchical mesh and methods for 1d, 2d 
+ It offers a hierarchical mesh and methods for 1d, 2d
  and 3d stationary as well as time dependent problems.
  It is written in C with speed and flexibility in mind.
  .
@@ -34,7 +34,7 @@
  ALBERTA is an adaptive finite element library
  for solving partial differential equations (PDEs).
  .
- It offers a hierarchical mesh and methods for 1d, 2d 
+ It offers a hierarchical mesh and methods for 1d, 2d
  and 3d stationary as well as time dependent problems.
  It is written in C with speed and flexibility in mind.
  .
@@ -49,7 +49,7 @@
  ALBERTA is an adaptive finite element library
  for solving partial differential equations (PDEs).
  .
- It offers a hierarchical mesh and methods for 1d, 2d 
+ It offers a hierarchical mesh and methods for 1d, 2d
  and 3d stationary as well as time dependent problems.
  It is written in C with speed and flexibility in mind.
  .

Modified: packages/libalberta2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/rules?rev=46414&op=diff
==============================================================================
--- packages/libalberta2/trunk/debian/rules	(original)
+++ packages/libalberta2/trunk/debian/rules	Tue Dec 10 11:06:39 2013
@@ -8,7 +8,7 @@
 DEB_MAKE_INSTALL_TARGET := DESTDIR=$(CURDIR)/debian/tmp install
 
 debian/stamp-autotools-files:
-	autoreconf
+	autoreconf -fi
 	libtoolize
 	touch $@
 




More information about the debian-science-commits mailing list