r47047 - in /packages/geomview/trunk/debian: changelog control rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Mon Jun 8 02:44:02 UTC 2015


Author: smr
Date: Mon Jun  8 02:44:01 2015
New Revision: 47047

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47047
Log:
Build-dep on autotools-dev; run autoreconf at build time.

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

Modified: packages/geomview/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/changelog?rev=47047&op=diff
==============================================================================
--- packages/geomview/trunk/debian/changelog	(original)
+++ packages/geomview/trunk/debian/changelog	Mon Jun  8 02:44:01 2015
@@ -1,10 +1,10 @@
 geomview (1.9.5-1) unstable; urgency=medium
 
   * New upstream version.
-  
   * patches/01_glob-redirect.diff: Remove.  Applied upstream.
   * patches/02_info-nofigs.diff: Remove.  No longer applies.
   * patches/04_sprintf-string-literal.patch: Remove. Fixed upstream.
+  * control, rules: use autoreconf to support newer architectures.  Closes: #744579, #765211.
 
  -- Steve M. Robbins <smr at debian.org>  Tue, 01 Apr 2014 01:55:28 -0500
 

Modified: packages/geomview/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/control?rev=47047&op=diff
==============================================================================
--- packages/geomview/trunk/debian/control	(original)
+++ packages/geomview/trunk/debian/control	Mon Jun  8 02:44:01 2015
@@ -5,7 +5,7 @@
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/geomview/trunk/
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Steve M. Robbins <smr at debian.org>
-Build-Depends: cdbs, patchutils, debhelper (>= 9), libmotif-dev, libgl1-mesa-dev, freeglut3-dev, texlive-latex-base | tetex-bin, texi2html, xutils-dev, texinfo, texlive-generic-recommended
+Build-Depends: cdbs, autotools-dev, patchutils, debhelper (>= 9), libmotif-dev, libgl1-mesa-dev, freeglut3-dev, texlive-latex-base | tetex-bin, texi2html, xutils-dev, texinfo, texlive-generic-recommended
 Build-Conflicts: libutahglx-dev
 Standards-Version: 3.9.5
 

Modified: packages/geomview/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/rules?rev=47047&op=diff
==============================================================================
--- packages/geomview/trunk/debian/rules	(original)
+++ packages/geomview/trunk/debian/rules	Mon Jun  8 02:44:01 2015
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 CFLAGS += -fno-strict-aliasing




More information about the debian-science-commits mailing list