Package: giws
Version: 1.0.2-1
Severity: minor
Tags: patch

Attaching an Ubuntu debdiff, which solves this.

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u giws-1.0.2/debian/rules giws-1.0.2/debian/rules
--- giws-1.0.2/debian/rules
+++ giws-1.0.2/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # Copyright 2008 - Sylvestre Ledru <sylvestre.le...@inria.fr>
 
+include /usr/share/python/python.mk
+
 DEB_PYTHON_SYSTEM := pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -9,7 +11,7 @@
 
 DEB_PYTHON_COMPILE_VERSION  := $(shell pyversions -r)
 DEB_DH_INSTALL_SOURCEDIR    := debian/tmp
-DEB_PYTHON_INSTALL_ARGS_ALL += --no-compile --root=$(CURDIR)/debian/giws/
+DEB_PYTHON_INSTALL_ARGS_ALL += --no-compile --root=$(CURDIR)/debian/giws/ $(py_setup_install_args)
 DEB_INSTALL_CHANGELOGS_ALL  += CHANGELOG
 
 get-orig-source:
diff -u giws-1.0.2/debian/changelog giws-1.0.2/debian/changelog
--- giws-1.0.2/debian/changelog
+++ giws-1.0.2/debian/changelog
@@ -1,9 +1,26 @@
+giws (1.0.2-1ubuntu1) karmic; urgency=low
+
+  * Merge from debian unstable, Ubuntu remaining changes:
+    - Move python-libxml2 from Python-Depends to Depends field. 
+  * debian/rules:
+    - Include /usr/share/python/python.mk to use $(py_setup_install_args) macro
+      instead of adding --install-layout=deb option.
+
+ -- Alessio Treglia <quadris...@ubuntu.com>  Tue, 28 Apr 2009 13:43:26 +0200
+
 giws (1.0.2-1) unstable; urgency=low
 
   * New upstream release
 
  -- Sylvestre Ledru <sylvestre.le...@inria.fr>  Mon, 27 Apr 2009 16:02:40 +0200
 
+giws (1.0.1-2ubuntu1) jaunty; urgency=low
+
+  * Add --install-layout=deb option to build with Python 2.6.
+  * Use Depends on python-libxml2 instead of Python-Depends. 
+
+ -- Alessio Treglia <quadris...@ubuntu.com>  Tue, 10 Mar 2009 20:40:30 +0100
+
 giws (1.0.1-2) unstable; urgency=low
 
   * Patch which was setting path to /usr/share/python-support/giws 
@@ -31,0 +49 @@
+
diff -u giws-1.0.2/debian/control giws-1.0.2/debian/control
--- giws-1.0.2/debian/control
+++ giws-1.0.2/debian/control
@@ -1,7 +1,8 @@
 Source: giws
 Section: devel
 Priority: optional
-Maintainer: Sylvestre Ledru <sylvestre.le...@inria.fr>
+Maintainer: Ubuntu MOTU Developers <ubuntu-m...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Sylvestre Ledru <sylvestre.le...@inria.fr>
 Uploaders: Torsten Werner <twer...@debian.org>
 Build-Depends: debhelper (>= 5), python, cdbs, python-libxml2,
  python-support, quilt
@@ -13,8 +14,7 @@
 
 Package: giws
 Architecture: all
-Depends: ${python:Depends}
-Python-Depends: python-libxml2
+Depends: ${python:Depends}, python-libxml2
 Suggests: giws-doc
 Description: Generate C++ class wrappers to call Java methods/objects
  Giws is basically doing the same stuff as SWIG but the opposite.

Reply via email to