r845 - in /trunk/boinc/debian: changelog rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Mon Feb 11 16:41:56 UTC 2008


Author: fst
Date: Mon Feb 11 16:41:55 2008
New Revision: 845

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=845
Log:
* New upstream release.
* Also make /usr/share/doc/boinc-manager/examples/run-boincmgr executable
  because it has a shebang.

Modified:
    trunk/boinc/debian/changelog
    trunk/boinc/debian/rules

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=845&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Mon Feb 11 16:41:55 2008
@@ -1,15 +1,14 @@
-boinc (5.10.39-1) unstable; urgency=low
-
-  * NOT RELEASED YET
-
-  [ Frank S. Thomas ]
-  * New upstream release.
-  * debian/rules: Make /usr/share/bug/boinc-client/script executable, because
-    it is a #!/bin/sh script. Thanks Lintian for noticing this.
-  * debian/patches/:
-    - Updated 101_fix_memory_detection_on_kfreebsd.patch for the new release.
-
- -- Frank S. Thomas <fst at debian.org>  Thu, 24 Jan 2008 22:46:14 +0100
+boinc (5.10.41-1) unstable; urgency=low
+
+  [ Frank S. Thomas ]
+  * New upstream release.
+  * debian/rules: Make the scripts /usr/share/bug/boinc-client/script and
+    /usr/share/doc/boinc-manager/examples/run-boincmgr executable because
+    they have a shebang. Thanks Lintian for noticing this.
+  * debian/patches/: Updated 101_fix_memory_detection_on_kfreebsd.patch for
+    the new release.
+
+ -- Frank S. Thomas <fst at debian.org>  Mon, 11 Feb 2008 16:02:55 +0100
 
 boinc (5.10.30-5) unstable; urgency=low
 

Modified: trunk/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/rules?rev=845&op=diff
==============================================================================
--- trunk/boinc/debian/rules (original)
+++ trunk/boinc/debian/rules Mon Feb 11 16:41:55 2008
@@ -207,20 +207,14 @@
 	
 	dh_install -a
 	
-	#
-	# boinc-client
-	#
+	# Install files for the boinc-client package.
 	install -D client/boinc_client.optimized \
 	  debian/boinc-client/usr/bin/boinc_client
 	
 	install -D lib/boinccmd.unmodified \
 	  debian/boinc-client/usr/bin/boinc_cmd
 	
-	chmod 755 debian/boinc-client/usr/share/bug/boinc-client/script
-	
-	#
-	# boinc-manager
-	#
+	# Install files for the boinc-manager package.
 	install -D clientgui/boincmgr.unmodified \
 	  debian/boinc-manager/usr/bin/boincmgr
 	
@@ -250,6 +244,9 @@
 	dh_strip -a --dbg-package=boinc-dbg
 	dh_compress -a
 	dh_fixperms -a
+	chmod 755 \
+	  debian/boinc-client/usr/share/bug/boinc-client/script \
+	  debian/boinc-manager/usr/share/doc/boinc-manager/examples/run-boincmgr
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_gencontrol -a




More information about the pkg-boinc-commits mailing list