r838 - in /trunk/boinc-app-seti/debian: changelog rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Wed Jan 23 22:13:25 UTC 2008


Author: fst
Date: Wed Jan 23 22:13:25 2008
New Revision: 838

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=838
Log:
Merged changes from the 5.13+cvs20060510 branch.

Modified:
    trunk/boinc-app-seti/debian/changelog
    trunk/boinc-app-seti/debian/rules

Modified: trunk/boinc-app-seti/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/changelog?rev=838&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/changelog (original)
+++ trunk/boinc-app-seti/debian/changelog Wed Jan 23 22:13:25 2008
@@ -1,8 +1,4 @@
 boinc-app-seti (5.28~20080105-1) unstable; urgency=low
-
-  [ Steffen Moeller ]
-  * debian/rules: Wrote get-orig-source target that downloads the latest
-    nightly tarball.
 
   [ Frank S. Thomas ]
   * New upstream snapshot from 05 Jan 2008.
@@ -11,6 +7,16 @@
       because they are not required for the new upstream version.
     - Updated 002_disable_static_linkage.patch and
       003_dont_use_own_jpeglib.patch for the new release.
+
+ -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 15:44:01 +0100
+
+boinc-app-seti (5.13+cvs20060510-4) unstable; urgency=low
+
+  [ Steffen Moeller ]
+  * debian/rules: Wrote get-orig-source target that downloads the latest
+    nightly tarball.
+
+  [ Frank S. Thomas ]
   * debian/control.in:
     - Bumped Standards-Version from 3.7.2 to 3.7.3, no changes required.
     - Changed my maintainer address to fst at debian.org.
@@ -19,8 +25,11 @@
     which require that $(DEPDIR) exists.
   * Bumped debhelper compat level from V5 to V6 since this is the current
     recommended level and raised the build dependency to "debhelper (>= 6)".
+  * debian/patches/: Added 201_missing_header_for_gcc4.3.patch in order to
+    fix a FTBFS with recent GCC 4.3 snapshots. Thanks to Martin Michlmayr
+    <tbm at cyrius.com> for the bug report. (closes: #462051)
 
- -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 15:44:01 +0100
+ -- Frank S. Thomas <fst at debian.org>  Wed, 23 Jan 2008 21:27:23 +0100
 
 boinc-app-seti (5.13+cvs20060510-3) unstable; urgency=low
 

Modified: trunk/boinc-app-seti/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/rules?rev=838&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/rules (original)
+++ trunk/boinc-app-seti/debian/rules Wed Jan 23 22:13:25 2008
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
+
+# Uncomment this to compile with gcc-snapshot.
+#export  CC=/usr/lib/gcc-snapshot/bin/gcc
+#export CXX=/usr/lib/gcc-snapshot/bin/g++
+#export CPP=/usr/lib/gcc-snapshot/bin/cpp
 
 # Remember to comment this before tagging for a release.
 #DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes




More information about the pkg-boinc-commits mailing list