r834 - in /branches/boinc-app-seti/5.13+cvs20060510/debian: changelog compat control control.in copyright rules
fst at users.alioth.debian.org
fst at users.alioth.debian.org
Wed Jan 23 20:01:38 UTC 2008
Author: fst
Date: Wed Jan 23 20:01:38 2008
New Revision: 834
URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=834
Log:
Merge some stuff from the trunk branch that is not specific to the new
upstream release.
Modified:
branches/boinc-app-seti/5.13+cvs20060510/debian/changelog
branches/boinc-app-seti/5.13+cvs20060510/debian/compat
branches/boinc-app-seti/5.13+cvs20060510/debian/control
branches/boinc-app-seti/5.13+cvs20060510/debian/control.in
branches/boinc-app-seti/5.13+cvs20060510/debian/copyright
branches/boinc-app-seti/5.13+cvs20060510/debian/rules
Modified: branches/boinc-app-seti/5.13+cvs20060510/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc-app-seti/5.13%2Bcvs20060510/debian/changelog?rev=834&op=diff
==============================================================================
--- branches/boinc-app-seti/5.13+cvs20060510/debian/changelog (original)
+++ branches/boinc-app-seti/5.13+cvs20060510/debian/changelog Wed Jan 23 20:01:38 2008
@@ -1,3 +1,18 @@
+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 ]
+ * Bumped debhelper compat level from V5 to V6 since this is the current
+ recommended level and raised the build dependency to "debhelper (>= 6)".
+ * 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.
+
+ -- Frank S. Thomas <fst at debian.org> Mon, 21 Jan 2008 15:44:01 +0100
+
boinc-app-seti (5.13+cvs20060510-3) unstable; urgency=low
* debian/rules: Remove two binary files that are not removed by "make clean"
Modified: branches/boinc-app-seti/5.13+cvs20060510/debian/compat
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc-app-seti/5.13%2Bcvs20060510/debian/compat?rev=834&op=diff
==============================================================================
--- branches/boinc-app-seti/5.13+cvs20060510/debian/compat (original)
+++ branches/boinc-app-seti/5.13+cvs20060510/debian/compat Wed Jan 23 20:01:38 2008
@@ -1,1 +1,1 @@
-5
+6
Modified: branches/boinc-app-seti/5.13+cvs20060510/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc-app-seti/5.13%2Bcvs20060510/debian/control?rev=834&op=diff
==============================================================================
--- branches/boinc-app-seti/5.13+cvs20060510/debian/control (original)
+++ branches/boinc-app-seti/5.13+cvs20060510/debian/control Wed Jan 23 20:01:38 2008
@@ -2,9 +2,9 @@
Section: science
Priority: optional
Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <frank at thomas-alfeld.de>, Christoph Martin <christoph.martin at uni-mainz.de>
-Standards-Version: 3.7.2
-Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 5), quilt, patchutils (>= 0.2.25), automake1.9 (>= 1.9.3), autoconf (>= 2.59), boinc-dev (>= 5.10.8-1), libfftw3-dev
+Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <fst at debian.org>, Christoph Martin <christoph.martin at uni-mainz.de>
+Standards-Version: 3.7.3
+Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 6), quilt, patchutils (>= 0.2.25), automake1.9 (>= 1.9.3), autoconf (>= 2.59), boinc-dev (>= 5.10.8-1), libfftw3-dev
Homepage: http://setiathome.ssl.berkeley.edu
Vcs-Svn: svn://svn.debian.org/pkg-boinc/trunk/boinc-app-seti/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/
Modified: branches/boinc-app-seti/5.13+cvs20060510/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc-app-seti/5.13%2Bcvs20060510/debian/control.in?rev=834&op=diff
==============================================================================
--- branches/boinc-app-seti/5.13+cvs20060510/debian/control.in (original)
+++ branches/boinc-app-seti/5.13+cvs20060510/debian/control.in Wed Jan 23 20:01:38 2008
@@ -2,8 +2,8 @@
Section: science
Priority: optional
Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <frank at thomas-alfeld.de>, Christoph Martin <christoph.martin at uni-mainz.de>
-Standards-Version: 3.7.2
+Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <fst at debian.org>, Christoph Martin <christoph.martin at uni-mainz.de>
+Standards-Version: 3.7.3
Build-Depends: @cdbs@, automake1.9 (>= 1.9.3), autoconf (>= 2.59), boinc-dev (>= 5.10.8-1), libfftw3-dev
Homepage: http://setiathome.ssl.berkeley.edu
Vcs-Svn: svn://svn.debian.org/pkg-boinc/trunk/boinc-app-seti/
Modified: branches/boinc-app-seti/5.13+cvs20060510/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc-app-seti/5.13%2Bcvs20060510/debian/copyright?rev=834&op=diff
==============================================================================
--- branches/boinc-app-seti/5.13+cvs20060510/debian/copyright (original)
+++ branches/boinc-app-seti/5.13+cvs20060510/debian/copyright Wed Jan 23 20:01:38 2008
@@ -14,7 +14,7 @@
Eric Heien
Hiram Clawson
-Copyright (C) 1999-2006 Regents of the University of California
+Copyright © 1999-2007 Regents of the University of California
License:
@@ -59,7 +59,7 @@
Author: Takuya OOURA <ooura at kurims.kyoto-u.ac.jp>
-Copyright (C) 1995-2001 Takya OOURA
+Copyright © 1995-2001 Takya OOURA
License:
@@ -71,8 +71,8 @@
glut/*
======
-Copyright (C) 1994-1998 Mark J. Kilgard
-Copyright (C) 1997 Nate Robins
+Copyright © 1994-1998 Mark J. Kilgard
+Copyright © 1997 Nate Robins
License:
@@ -84,7 +84,7 @@
glut/Roman.stroke, glut/stroke.h
================================
-Copyright (C) 1989,1990, 1991 by Sun Microsystems, Inc. and the X Consortium.
+Copyright © 1989,1990, 1991 by Sun Microsystems, Inc. and the X Consortium.
All Rights Reserved
@@ -111,7 +111,7 @@
Author: Eric J. Korpela
-Copyright (C) 2004 Regents of the University of California
+Copyright © 2004 Regents of the University of California
License:
@@ -134,6 +134,6 @@
Public License can be found in `/usr/share/common-licenses/GPL'.
-The Debian packaging is (C) 2004-2006 Debian BOINC Maintainers
+The Debian packaging is © 2004-2008 Debian BOINC Maintainers
<pkg-boinc-devel at lists.alioth.debian.org> and is licensed under
the GPL, see above.
Modified: branches/boinc-app-seti/5.13+cvs20060510/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc-app-seti/5.13%2Bcvs20060510/debian/rules?rev=834&op=diff
==============================================================================
--- branches/boinc-app-seti/5.13+cvs20060510/debian/rules (original)
+++ branches/boinc-app-seti/5.13+cvs20060510/debian/rules Wed Jan 23 20:01:38 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
@@ -34,3 +39,25 @@
clean::
dh_clean client/setiathome-$(UPSTREAM_VERSION).*
dh_clean debian/extra/app_info.xml
+
+origDir ?= .
+
+get-orig-source:
+ if [ ! -d "$(origDir)" ]; then \
+ echo "Destination directory '$(origDir)' does not exist."; \
+ exit; \
+ fi; \
+ cd $(origDir); \
+ DLS=/tmp/download-seti; \
+ TODAY=`date +%Y-%m-%d | tr -d '\n'`; \
+ svn export svn://svn.debian.org/pkg-boinc/scripts/download-seti $$DLS; \
+ echo "Attempting to retrieve today's ($$TODAY) tarball."; \
+ $$DLS $$TODAY || ( \
+ YESTERDAY=`date -d yesterday +%Y-%m-%d | tr -d '\n'`; \
+ echo "Today's ($$TODAY) tarball could not be downloaded."; \
+ echo "Now attempting to retrieve yesterday's ($$YESTERDAY) tarball."; \
+ $$DLS $$YESTERDAY; \
+ ); \
+ rm -f $$DLS
+
+DEB_PHONY_RULES += get-orig-source
More information about the pkg-boinc-commits
mailing list