[Pkg-cli-libs-commits] r4248 - in /packages/webkit-sharp/trunk/debian: changelog control patches/fix_dllmap.dpatch rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Wed Nov 4 11:42:33 UTC 2009


Author: directhex
Date: Wed Nov  4 11:42:33 2009
New Revision: 4248

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4248
Log:
  ABI BUMP NEEDED
  DEV PACKAGE NEEDED
  * New upstream release
  * debian/rules,
    debian/control:
    + Use mono-csc from mono-devel 2.4.2.3+
  * debian/control:
    + Bump to Standards 3.8.3
  * debian/rules:
    + Bump DEB_CLI_API_VERSION to 0.3
    + Use API version for svn export (it ought to be reliable-ish)
    + Use policy-compliant tarball location
  * debian/patches/fix_dllmap.dpatch:
    + Refresh

Modified:
    packages/webkit-sharp/trunk/debian/changelog
    packages/webkit-sharp/trunk/debian/control
    packages/webkit-sharp/trunk/debian/patches/fix_dllmap.dpatch
    packages/webkit-sharp/trunk/debian/rules

Modified: packages/webkit-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/webkit-sharp/trunk/debian/changelog?rev=4248&op=diff
==============================================================================
--- packages/webkit-sharp/trunk/debian/changelog (original)
+++ packages/webkit-sharp/trunk/debian/changelog Wed Nov  4 11:42:33 2009
@@ -1,3 +1,22 @@
+webkit-sharp (0.3-1) UNRELEASED; urgency=low
+
+  ABI BUMP NEEDED
+  DEV PACKAGE NEEDED
+  * New upstream release
+  * debian/rules,
+    debian/control:
+    + Use mono-csc from mono-devel 2.4.2.3+
+  * debian/control:
+    + Bump to Standards 3.8.3
+  * debian/rules:
+    + Bump DEB_CLI_API_VERSION to 0.3
+    + Use API version for svn export (it ought to be reliable-ish)
+    + Use policy-compliant tarball location
+  * debian/patches/fix_dllmap.dpatch:
+    + Refresh
+
+ -- Jo Shields <directhex at apebox.org>  Wed, 04 Nov 2009 11:21:14 +0000
+
 webkit-sharp (0.2-3) unstable; urgency=low
 
   * Rebuild against libwebkit-dev 1.1.6-2

Modified: packages/webkit-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/webkit-sharp/trunk/debian/control?rev=4248&op=diff
==============================================================================
--- packages/webkit-sharp/trunk/debian/control (original)
+++ packages/webkit-sharp/trunk/debian/control Wed Nov  4 11:42:33 2009
@@ -5,14 +5,14 @@
 Uploaders: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 7), dpatch
 Build-Depends-Indep: cli-common-dev (>= 0.5.7),
- mono-devel (>= 2.0.1),
+ mono-devel (>= 2.4.2.3),
  pkg-config,
  monodoc-base,
  gtk-sharp2-gapi,
  libmono-dev,
  libwebkit-dev,
  libgtk2.0-cil
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://www.webkit.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/webkit-sharp/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/webkit-sharp/trunk/

Modified: packages/webkit-sharp/trunk/debian/patches/fix_dllmap.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/webkit-sharp/trunk/debian/patches/fix_dllmap.dpatch?rev=4248&op=diff
==============================================================================
--- packages/webkit-sharp/trunk/debian/patches/fix_dllmap.dpatch (original)
+++ packages/webkit-sharp/trunk/debian/patches/fix_dllmap.dpatch Wed Nov  4 11:42:33 2009
@@ -10,6 +10,6 @@
 +++ webkit-sharp-0.2/sources/webkit-sharp.dll.config.in	2008-06-15 18:16:00.000000000 +0200
 @@ -1,3 +1,3 @@
  <configuration>
--  <dllmap dll="webkit-1.0" target="webkit-1.0 at LIB_PREFIX@.1 at LIB_SUFFIX@"/>
+-  <dllmap dll="webkit-1.0" target="webkit-1.0 at LIB_PREFIX@.2 at LIB_SUFFIX@"/>
 +  <dllmap dll="webkit-1.0" target="libwebkit-1.0 at LIB_PREFIX@.2 at LIB_SUFFIX@"/>
  </configuration>

Modified: packages/webkit-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/webkit-sharp/trunk/debian/rules?rev=4248&op=diff
==============================================================================
--- packages/webkit-sharp/trunk/debian/rules (original)
+++ packages/webkit-sharp/trunk/debian/rules Wed Nov  4 11:42:33 2009
@@ -4,14 +4,14 @@
 DEB_VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2)
 VERSION = $(shell echo $(DEB_VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,')
 DEB_CLI_ABI_VERSION = 1.0
-DEB_CLI_API_VERSION = 0.2
+DEB_CLI_API_VERSION = 0.3
 
 include /usr/share/cli-common/cli.make
 include /usr/share/dpatch/dpatch.make
 
 build: patch-stamp
 	dh $@ --before configure
-	./configure CSC=/usr/bin/csc --prefix=/usr
+	./configure CSC=/usr/bin/mono-csc --prefix=/usr
 	dh $@ --after configure
 
 install: build
@@ -36,7 +36,7 @@
 TARBALL_NAME = $(BASE_NAME).tar.gz
 TARBALL_VERSION = $(shell ls $(BASE_NAME)/$(BASE_NAME)-*.tar.gz | egrep -o "([[:digit:]]+\.)+[[:digit:]]")
 $(TARBALL_NAME):
-	svn export http://anonsvn.mono-project.com/source/tags/webkit-sharp/0.2 $(BASE_NAME)
+	svn export http://anonsvn.mono-project.com/source/tags/webkit-sharp/$(DEB_CLI_API_VERSION) $(BASE_NAME)
 	tar -czf $(TARBALL_NAME) $(BASE_NAME)
 
 unpack-upstream-source: $(TARBALL_NAME)
@@ -50,6 +50,7 @@
 	cd $(BASE_NAME) && ./configure && make dist
 
 get-orig-source: build-tarball
+	mkdir -p ../tarballs
 	mv $(BASE_NAME)/$(BASE_NAME)-$(TARBALL_VERSION).tar.gz \
-	   $(BASE_NAME)_$(TARBALL_VERSION).orig.tar.gz
+	   ../tarballs/$(BASE_NAME)_$(TARBALL_VERSION).orig.tar.gz
 	rm -rf $(BASE_NAME)




More information about the Pkg-cli-libs-commits mailing list