[lhapdf] 03/06: Import Debian changes 5.9.1-2

Mattia Rizzolo mattia at debian.org
Thu Apr 6 12:24:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository lhapdf.

commit f7704cd35b43225535a0c55a3c0f166af0ddc738
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sun Dec 15 19:03:05 2013 +0800

    Import Debian changes 5.9.1-2
    
    lhapdf (5.9.1-2) unstable; urgency=low
    
      * debian/rules: export DEB_BUILD_OPTIONS to disable tests on hurd-i386,
        mips, mipsel and s390. (Thanks to Dejan Latinovic
        <Dejan.Latinovic at imgtec.com>)
      * Import previous debian/changelog from Gürkan Sengün.
---
 debian/changelog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |  1 +
 2 files changed, 53 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9f4a3a2..c961185 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lhapdf (5.9.1-2) unstable; urgency=low
+
+  * debian/rules: export DEB_BUILD_OPTIONS to disable tests on hurd-i386,
+    mips, mipsel and s390. (Thanks to Dejan Latinovic
+    <Dejan.Latinovic at imgtec.com>)
+  * Import previous debian/changelog from Gürkan Sengün.
+
+ -- Lifeng Sun <lifongsun at gmail.com>  Sun, 15 Dec 2013 19:03:05 +0800
+
 lhapdf (5.9.1-1) unstable; urgency=low
 
   * New upstream release.
@@ -56,3 +65,46 @@ lhapdf (5.8.7-1) unstable; urgency=low
   * Initial release (Closes: #636978)
 
  -- Lifeng Sun <lifongsun at gmail.com>  Mon, 21 May 2012 12:03:10 +0800
+
+lhapdf (5.3.1-2) unstable; urgency=medium
+
+  * QA upload.
+  * Add an include for cstring in test-lhapdf-ccwrap.cc to
+    avoid FTBFS. (Closes: #477487, #477963)
+  * debian/rules:
+    + Add support for cross build detection in debian/rules.
+    + Enforce usage of gfortran by passing it to configure.
+    + Use chrpath to delete rpath.
+    + Use quilt for patching.
+  * debian/control
+    + Drop g77 dependency.
+    + Build-Depend on chrpath for rpath removal.
+    + Add quilt for patch management.
+  
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 01 May 2008 18:39:19 +0530
+
+lhapdf (5.3.1-1) unstable; urgency=low
+
+  * QA upload.
+    + Set maintainer to Debian QA Group <packages at qa.debian.org>
+  * New upstream release.
+  * Make binNMU safe.
+  * Move Homepage from package description to source header.
+  * Create -dev package. Make policy compliant.
+  * Make clean target not ignore errors.
+  * Suggest liblhapdf0 for liblhapdf-data. (Closes: #413159).
+  * Bump Standards Version to 3.7.3. (No changes needed).
+
+ -- Barry deFreese <bddebian at comcast.net>  Sun, 13 Apr 2008 12:04:09 -0400
+
+lhapdf (5.3.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Gürkan Sengün <gurkan at linuks.mine.nu>  Tue,  6 Mar 2007 14:11:12 +0100
+
+lhapdf (5.2.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #407273)
+
+ -- Gürkan Sengün <gurkan at linuks.mine.nu>  Mon,  8 Jan 2007 10:25:23 +0100
diff --git a/debian/rules b/debian/rules
index 7e42b51..732e817 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ FFLAGS := -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4
 ifneq (,$(findstring $(DEB_BUILD_ARCH), hurd-i386 mips mipsel s390))
 DEB_BUILD_OPTIONS += nocheck
 endif
+export DEB_BUILD_OPTIONS
 
 export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS FFLAGS
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lhapdf.git



More information about the debian-science-commits mailing list