[Pkg-scicomp-commits] cpushare/trunk/debian

Sam Hocevar sam at zoy.org
Sun Apr 6 23:30:31 UTC 2008


SVN commit 2369 by sho:

cpushare (0.47-2) unstable; urgency=low

  * debian/control:
    + Depend on adduser.
    + Depend on python-twisted-core instead of python-twisted.
    + Build-depend on libc6-dev-i386 on amd64, because the bytecode needs to
      be built for i386.
  * debian/cpushare.lintian-overrides:
    + Override errors about the bytecode. It has to be statically linked and
      non-stripped.

 -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun, 06 Apr 2008 23:19:44 +0000


 M  +13 -0     cpushare/trunk/debian/changelog  
 M  +2 -2      cpushare/trunk/debian/control  
 M  +1 -1      cpushare/trunk/debian/copyright  
 A             cpushare/trunk/debian/cpushare.lintian-overrides  
 M  +2 -0      cpushare/trunk/debian/rules  


--- cpushare/trunk/debian/changelog #2368:2369
@@ -1,3 +1,16 @@
+cpushare (0.47-2) unstable; urgency=low
+
+  * debian/control:
+    + Depend on adduser.
+    + Depend on python-twisted-core instead of python-twisted.
+    + Build-depend on libc6-dev-i386 on amd64, because the bytecode needs to
+      be built for i386.
+  * debian/cpushare.lintian-overrides:
+    + Override errors about the bytecode. It has to be statically linked and
+      non-stripped.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun, 06 Apr 2008 23:19:44 +0000
+
 cpushare (0.47-1) unstable; urgency=low
 
   * Initial release (Closes: #417130, #422560).
--- cpushare/trunk/debian/control #2368:2369
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 6), quilt, python-support (>= 0.4.1)
+Build-Depends: debhelper (>= 6.0.7), quilt, python-support (>= 0.4.1), libc6-dev-i386 [amd64]
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-scicomp/cpushare/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/cpushare/
 
 Package: cpushare
 Architecture: amd64 i386 ppc64 powerpc
-Depends: python-twisted, python-pyopenssl, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: adduser, python-twisted-core, python-pyopenssl, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: binutils, cpp, gcc
 Provides: ${python:Provides}
 Description: client and server for the CPUShare distributed computing platform
--- cpushare/trunk/debian/copyright #2368:2369
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with this software; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian GNU/Linux systems, the complete text of the GNU Lesser General
 Public License, version 2.1 is in `/usr/share/common-licenses/LGPL-2.1'.
--- cpushare/trunk/debian/rules #2368:2369
@@ -25,6 +25,7 @@
 	chmod +x seccomp-test
 	$(MAKE)
 	$(MAKE) seccomp_test
+	chmod -x bytecode*
 	touch build-indep-stamp
 
 clean:
@@ -71,6 +72,7 @@
 	dh_fixperms
 	dh_makeshlibs
 	dh_installdeb
+	dh_lintian
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums



More information about the Pkg-scicomp-commits mailing list