[pkg-boinc-commits] r427 - in trunk/boinc-app-seti/debian: . extra

Frank S. Thomas fst-guest at costa.debian.org
Tue May 16 17:34:34 UTC 2006


Author: fst-guest
Date: 2006-05-16 17:34:33 +0000 (Tue, 16 May 2006)
New Revision: 427

Added:
   trunk/boinc-app-seti/debian/README.Debian-source
Modified:
   trunk/boinc-app-seti/debian/boinc-app-seti.install
   trunk/boinc-app-seti/debian/changelog
   trunk/boinc-app-seti/debian/control
   trunk/boinc-app-seti/debian/control.in
   trunk/boinc-app-seti/debian/extra/app_info.xml.in
   trunk/boinc-app-seti/debian/rules
Log:
* Modified app_info.xml to use setiathome_enhanced.
* Trimmed changelog.
* Added README.Debian-source.


Added: trunk/boinc-app-seti/debian/README.Debian-source
===================================================================
--- trunk/boinc-app-seti/debian/README.Debian-source	2006-05-16 17:30:08 UTC (rev 426)
+++ trunk/boinc-app-seti/debian/README.Debian-source	2006-05-16 17:34:33 UTC (rev 427)
@@ -0,0 +1,21 @@
+README.Debian-source for SETI at home for BOINC (boinc-app-seti)
+=============================================================
+
+The SETI at home project does not distribute source code releases as tarballs,
+only tarballs of nightly CVS snapshots are available. These can be downloaded
+from this location:
+
+  http://setiweb.ssl.berkeley.edu/sah/seti_source/nightly/
+
+For more information about the SETI at home source code see:
+
+  http://setiathome.berkeley.edu/sah_porting.php
+
+The Debian BOINC Maintainers use a script called 'download-seti' to download
+nightly tarballs and to prepare them for release in Debian. This script is
+available in our Subversion repository:
+
+  http://svn.debian.org/wsvn/pkg-boinc/scripts/download-seti?op=file
+
+For exmaple, to download the SETI at home tarball from the 16 May 2006 the
+'download-seti' script is invoked as: $ download-seti 2006-05-16

Modified: trunk/boinc-app-seti/debian/boinc-app-seti.install
===================================================================
--- trunk/boinc-app-seti/debian/boinc-app-seti.install	2006-05-16 17:30:08 UTC (rev 426)
+++ trunk/boinc-app-seti/debian/boinc-app-seti.install	2006-05-16 17:34:33 UTC (rev 427)
@@ -1,2 +1,2 @@
-app_info.xml            usr/share/boinc-app-seti
-debian/extra/seti.cfg   usr/share/boinc-apps/info
+debian/extra/app_info.xml   usr/share/boinc-app-seti
+debian/extra/seti.cfg       usr/share/boinc-apps/info

Modified: trunk/boinc-app-seti/debian/changelog
===================================================================
--- trunk/boinc-app-seti/debian/changelog	2006-05-16 17:30:08 UTC (rev 426)
+++ trunk/boinc-app-seti/debian/changelog	2006-05-16 17:34:33 UTC (rev 427)
@@ -1,29 +1,7 @@
 boinc-app-seti (5.13+cvs20060510-1) experimental; urgency=low
 
-  * NOT RELEASED YET
-  * New CVS snapshot from 16.12.2005.
-  * Renamed the source and binary package to boinc-app-seti to avoid
-    confusion with the boinc-client package.
-  * debian/control.in:
-    - Added fftw-dev, automake1.9 and autoconf to Build-Depends.
-    - Bumped Standards-Version from 3.6.1 to 3.7.0, no changes required.
-  * Added the file /usr/share/boinc-apps/info/seti.cfg, which
-    update-boinc-applinks uses to determine the location of SETI at home's application
-    and app_info.xml file and added boinc_applinks invocations to maintainer
-    scripts (postinst and prerm) to create and remove symlinks in BOINC's
-    default data directory.
+  * Initial release based on Steffen's boinc-client-seti package.
+    - CVS snapshot from 10.05.2006.
   
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Fri, 16 Dec 2005 18:41:23 +0100
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 16 May 2006 18:47:04 +0200
 
-boinc-client-seti (4.07+cvs20041202-1) experimental; urgency=low
-
-  * New CVS snapshot from 02.12.2004.
-
- -- Steffen Moeller <moeller at pzr.uni-rostock.de>  Thu, 02 Dec 2004 23:28:53 +0100
-
-boinc-client-seti (4.07+cvs20041113-1) experimental; urgency=low
-
-  * Initial release.
-
- -- Steffen Moeller <moeller at pzr.uni-rostock.de>  Sat, 13 Nov 2004 23:28:53 +0100
-

Modified: trunk/boinc-app-seti/debian/control
===================================================================
--- trunk/boinc-app-seti/debian/control	2006-05-16 17:30:08 UTC (rev 426)
+++ trunk/boinc-app-seti/debian/control	2006-05-16 17:34:33 UTC (rev 427)
@@ -9,8 +9,6 @@
 Package: boinc-app-seti
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, boinc-client (>= 5.4.3-1)
-Conflicts: boinc-client-seti
-Replaces: boinc-client-seti
 Description: SETI at home application for BOINC
  none
  .

Modified: trunk/boinc-app-seti/debian/control.in
===================================================================
--- trunk/boinc-app-seti/debian/control.in	2006-05-16 17:30:08 UTC (rev 426)
+++ trunk/boinc-app-seti/debian/control.in	2006-05-16 17:34:33 UTC (rev 427)
@@ -9,8 +9,6 @@
 Package: boinc-app-seti
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, boinc-client (>= 5.4.3-1)
-Conflicts: boinc-client-seti
-Replaces: boinc-client-seti
 Description: SETI at home application for BOINC
  none
  .

Modified: trunk/boinc-app-seti/debian/extra/app_info.xml.in
===================================================================
--- trunk/boinc-app-seti/debian/extra/app_info.xml.in	2006-05-16 17:30:08 UTC (rev 426)
+++ trunk/boinc-app-seti/debian/extra/app_info.xml.in	2006-05-16 17:34:33 UTC (rev 427)
@@ -1,13 +1,13 @@
 <app_info>
     <app>
-        <name>setiathome</name>
+        <name>setiathome_enhanced</name>
     </app>
     <file_info>
         <name>setiathome</name>
         <executable/>
     </file_info>
     <app_version>
-        <app_name>setiathome</app_name>
+        <app_name>setiathome_enhanced</app_name>
         <version_num>VERSION</version_num>
         <file_ref>
             <file_name>setiathome</file_name>

Modified: trunk/boinc-app-seti/debian/rules
===================================================================
--- trunk/boinc-app-seti/debian/rules	2006-05-16 17:30:08 UTC (rev 426)
+++ trunk/boinc-app-seti/debian/rules	2006-05-16 17:34:33 UTC (rev 427)
@@ -14,8 +14,8 @@
   --disable-server \
   --disable-graphics
 
-UPSTREAM_VERSION = $(shell echo $(DEB_VERSION) | cut -f 1 -d '-' | cut -f 1 -d '+')
-APP_INFO_VERSION = $(shell echo $(UPSTREAM_VERSION) | sed -e 's/\.//')
+APP_INFO_VERSION = $(shell echo $(DEB_VERSION) | cut -f 1 -d '-' | \
+  cut -f 1 -d '+' | sed -e 's/\.//g')
 
 post-patches::
 	aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
@@ -25,7 +25,7 @@
 	  debian/boinc-app-seti/usr/lib/boinc-app-seti/setiathome
 	
 	cat debian/extra/app_info.xml.in | \
-	  sed -e 's/VERSION/$(APP_INFO_VERSION)/' > app_info.xml
+	  sed -e 's/VERSION/$(APP_INFO_VERSION)/' > debian/extra/app_info.xml
 
 clean::
-	dh_clean app_info.xml
+	dh_clean debian/extra/app_info.xml




More information about the pkg-boinc-commits mailing list