[Pkg-cli-libs-commits] r4247 - in /packages/boo/trunk/debian: changelog control rules
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Tue Oct 27 18:21:46 UTC 2009
Author: directhex
Date: Tue Oct 27 18:21:45 2009
New Revision: 4247
URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4247
Log:
** ABI issues unresolved **
* DFSG version of source. All .exe, .jar and .dll files removed
+ Bump to standards version 3.8.3
+ Use skip.vs, not skip.vs2005, to prevent FTBFS
Modified:
packages/boo/trunk/debian/changelog
packages/boo/trunk/debian/control
packages/boo/trunk/debian/rules
Modified: packages/boo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/changelog?rev=4247&op=diff
==============================================================================
--- packages/boo/trunk/debian/changelog (original)
+++ packages/boo/trunk/debian/changelog Tue Oct 27 18:21:45 2009
@@ -1,19 +1,20 @@
-boo (0.9.1.3287+dfsg-1) UNRELEASED; urgency=low
-
- * New upstream release
- * DFSG version of source. All .exe and .dll files removed
- * debian/control:
- + Bump to standards version 3.8.1
+boo (0.9.2.3383+dfsg-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * DFSG version of source. All .exe, .jar and .dll files removed
+ * debian/control:
+ + Bump to standards version 3.8.3
+ Update build-conflicts to beter reflect broken behaviour (see
upstream bug #BOO-1189)
* debian/boo.install,
debian/libboo2.0-cil:
+ Update to reflect changes in built files
* debian/rules:
+ + Use skip.vs, not skip.vs2005, to prevent FTBFS
+ Make get-orig-source rule deterministic
+ Make get-orig-source rule use ../tarballs folder, as per CLI policy
- -- Jo Shields <directhex at apebox.org> Fri, 05 Jun 2009 10:08:09 +0100
+ -- Jo Shields <directhex at apebox.org> Tue, 27 Oct 2009 10:08:09 +0000
boo (0.8.2.2960+dfsg-1) unstable; urgency=low
Modified: packages/boo/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/control?rev=4247&op=diff
==============================================================================
--- packages/boo/trunk/debian/control (original)
+++ packages/boo/trunk/debian/control Tue Oct 27 18:21:45 2009
@@ -8,8 +8,8 @@
cdbs,
dpatch
Build-Depends-Indep: cli-common-dev (>= 0.5.6)
-Build-Conflicts: libboo2.0-cil (< 0.9.1.3287), boo (< 0.9.1.3287)
-Standards-Version: 3.8.1
+Build-Conflicts: libboo2.0-cil (< 0.9.2.3383), boo (< 0.9.2.3383)
+Standards-Version: 3.8.3
Homepage: http://boo.codehaus.org/
Vcs-Svn: svn://svn.debian.org/pkg-cli-libs/packages/boo/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/
Modified: packages/boo/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/rules?rev=4247&op=diff
==============================================================================
--- packages/boo/trunk/debian/rules (original)
+++ packages/boo/trunk/debian/rules Tue Oct 27 18:21:45 2009
@@ -8,7 +8,7 @@
DEB_NANT_INVOKE = nant
#-t:mono-1.0
-DEB_NANT_BUILD_TARGET = -D:install.prefix=/usr -D:skip.vs2005=true
+DEB_NANT_BUILD_TARGET = -D:install.prefix=/usr -D:skip.vs=true
DEB_NANT_INSTALL_TARGET = -D:install.prefix=/usr install
DEB_NANT_CLEAN_TARGET = clean
@@ -50,6 +50,7 @@
unzip boo-$(UPVERSION)-src.zip -d boo-$(UPVERSION)+dfsg
find . -name *.exe -exec rm -rvf {} \;
find . -name *.dll -exec rm -rvf {} \;
- tar --mtime=@0 -cf ../tarballs/boo_$(UPVERSION)+dfsg.orig.tar boo-$(UPVERSION)+dfsg
+ find . -name *.jar -exec rm -rvf {} \;
+ tar --mtime=@1256601600 -cf ../tarballs/boo_$(UPVERSION)+dfsg.orig.tar boo-$(UPVERSION)+dfsg
gzip -9fn ../tarballs/boo_$(UPVERSION)+dfsg.orig.tar
rm -fr boo-$(UPVERSION)+dfsg boo-$(UPVERSION)-src.zip
More information about the Pkg-cli-libs-commits
mailing list