[pkg-boinc-commits] r536 - in /trunk/boinc/debian: changelog control rules

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Fri Oct 6 07:45:25 UTC 2006


Author: fst-guest
Date: Fri Oct  6 07:45:14 2006
New Revision: 536

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=536
Log:
* Changed order of build dependencies.
* Also use --program-prefix="" when using --target.

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

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=536&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Fri Oct  6 07:45:14 2006
@@ -1,10 +1,21 @@
-boinc (5.4.11-2) UNRELEASED; urgency=low
+boinc (5.4.11-2) unstable; urgency=low
 
   * NOT RELEASED YET
+  * debian/control:
+    - Added po-debconf to Build-Depends because debconf-updatepo is called in
+      the clean target of debian/rules.
+    - Added XS-Vcs-Svn field to the source stanza.
+    - Changed order of Build-Depends: List packages that are needed for the
+      packaging first, then list packages that are needed to compile the
+      upstream source.
+  * debian/rules:
+    - When using the --target configure option also append --program-prefix=""
+      to avoid that programs are prefixed with "i686-pc-linux-gnu-".
+    - Install the checkin_notes file as upstream changelog.
   * debian/copyright:
     - Added copyright note about the Debian packaging.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon, 28 Aug 2006 18:37:13 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Fri,  6 Oct 2006 09:34:28 +0200
 
 boinc (5.4.11-1) unstable; urgency=low
 

Modified: trunk/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/control?rev=536&op=diff
==============================================================================
--- trunk/boinc/debian/control (original)
+++ trunk/boinc/debian/control Fri Oct  6 07:45:14 2006
@@ -4,7 +4,8 @@
 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: debhelper (>= 5), dpatch, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.13.2) | libcurl-ssl-dev, freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), autotools-dev, docbook2x, docbook-xml, dh-buildinfo
+Build-Depends: debhelper (>= 5), dpatch, po-debconf, dh-buildinfo, docbook2x, docbook-xml, autotools-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.13.2) | libcurl-ssl-dev, freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-boinc/trunk/boinc
 
 Package: boinc-client
 Section: net

Modified: trunk/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/rules?rev=536&op=diff
==============================================================================
--- trunk/boinc/debian/rules (original)
+++ trunk/boinc/debian/rules Fri Oct  6 07:45:14 2006
@@ -19,13 +19,13 @@
 # download any application or work units, so we use --target i686-linux-gnu
 # to override it on i386 hosts.
 ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
-  TYPE_FLAGS += --target i686-linux-gnu
+  TYPE_FLAGS += --target i686-linux-gnu --program-prefix=""
 endif
 
 # This is the same as above, but only for compatibility with sarge's version
 # of dpkg-architecture.
 ifeq ($(DEB_HOST_GNU_TYPE), i386-linux)
-  TYPE_FLAGS += --target i686-linux-gnu
+  TYPE_FLAGS += --target i686-linux-gnu --program-prefix=""
 endif
 
 CFLAGS += -g -Wall
@@ -137,6 +137,8 @@
 	  aclocal.m4 \
 	  config.h.in \
 	  configure
+	
+	debconf-updatepo
 
 clean-boinc-client:
 	dh_testdir
@@ -169,16 +171,17 @@
 	    install -D -m644 "locale/client/$$i/BOINC Manager.mo" \
 	      "debian/boinc-manager/usr/share/locale/$$i/LC_MESSAGES/BOINC Manager.mo"; \
 	  fi; \
-	done; 
+	done;
 	# The en_US po file is actually a po template, thus the corresponding
-	# "BOINC Manager.mo" is empty and useless. 
+	# "BOINC Manager.mo" is empty and useless.
 	rm -rf debian/boinc-manager/usr/share/locale/en_US/
 
 binary-arch: build install-arch
 	dh_testdir -a
 	dh_testroot
-	dh_installchangelogs -a
+	dh_installchangelogs -a -k checkin_notes
 	dh_installdocs -a
+	dh_installdebconf -a
 	dh_installexamples -a
 	dh_installmenu -a
 	dh_desktop -a




More information about the pkg-boinc-commits mailing list