[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2/unstable r1950: run dpkg-checkbuilddeps in control: as we rely on build-deps being there in some rules (like the LDAP_LIB one)



------------------------------------------------------------
revno: 1950
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Mon 2010-04-19 13:47:04 +0200
message:
  run dpkg-checkbuilddeps in control: as we rely on build-deps being there in some rules (like the LDAP_LIB one)
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-04-19 11:31:35 +0000
+++ b/changelog	2010-04-19 11:47:04 +0000
@@ -11,13 +11,15 @@
     - fix langpacks target to actually remove extra LICENSE* and README*
       files again
     - enable kfreebsd-{i386,amd64}
+    - run dpkg-checkbuilddeps in control: as we rely on build-deps being
+      there in some rules (like the LDAP_LIB one)
   * debian/scripts/vars.kfreebsd-*: add PLATFORMID (same as Linux)
   * debian/shlibs.override.libc: force libc0.1 dependency to (>= 2.10.2-7)
   * merge from Ubuntu:
     - add ENABLE_SDBC_POSTGRESQL variable and disable the build of the
       arch-dep extensions when we don't package them anyways 
 
- -- Rene Engelhard <rene@debian.org>  Mon, 19 Apr 2010 13:30:07 +0200
+ -- Rene Engelhard <rene@debian.org>  Mon, 19 Apr 2010 13:46:09 +0200
 
 openoffice.org (1:3.2.0-8) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2010-04-19 11:31:35 +0000
+++ b/rules	2010-04-19 11:47:04 +0000
@@ -1587,6 +1587,8 @@
 # Based on script by Martin Quinson <Martin.Quinson@tuxfamily.org>
 control: debian/control
 debian/control: $(wildcard debian/control*in) $(OOO_BUILD_TREE)/bin/openoffice-xlate-lang  debian/rules
+	dpkg-checkbuilddeps
+
 	chmod 755 $(OOO_BUILD_TREE)/bin/openoffice-xlate-lang
 	sed -e "s#openoffice.orgVER#openoffice.org$(VER)#g" \
 	    -e "s#broffice.orgVER#broffice.org$(VER)#g" \


Reply to: