diff options
author | Mike Hommey <mh@glandium.org> | 2004-11-13 08:20:17 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-11-13 08:20:17 +0000 |
commit | 9308a5a5be4ea9e7348b90f624ba2122617ad49f (patch) | |
tree | b5081a9d8e0f89b5bd08b26ab27b6a050ce3131a | |
parent | 84d5e8677634f5f1469c0291e0a9adc6b2d0b408 (diff) | |
download | libxml2-9308a5a5be4ea9e7348b90f624ba2122617ad49f.tar.gz |
Add a dummy package for smooth transition to python2.3-libxml2debian/2.6.16-1
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rwxr-xr-x | debian/rules | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index b6258dd..ad33acc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,14 @@ libxml2 (2.6.16-1) experimental; urgency=low * New upstream release * debian/control, debian/rules: Changed libxml2-python2.3's name to - python2.3-libxml2. + python2.3-libxml2. Added a dummy package for smooth transition. * debian/libxml2-python2.3.*: Renamed to python2.3-libxml2.*. Closes: #279343. - * debian/rules: Bump shlibs to current version. + * debian/rules: + - Don't install files in the dummy libxml2-python2.3 package. + - Bump shlibs to current version. - -- Mike Hommey <mh@glandium.org> Thu, 11 Nov 2004 22:36:26 +0900 + -- Mike Hommey <mh@glandium.org> Sat, 13 Nov 2004 16:38:37 +0900 libxml2 (2.6.15-2) experimental; urgency=low diff --git a/debian/control b/debian/control index e9e1184..4785357 100644 --- a/debian/control +++ b/debian/control @@ -76,7 +76,6 @@ Architecture: any Section: python Provides: libxml2-python2.3 Replaces: libxml2-python2.3 -Conflicts: libxml2-python2.3 Depends: ${shlibs:Depends}, ${misc:Depends}, python2.3 Description: Python 2.3 bindings for the GNOME XML library XML is a metalanguage to let you design your own markup language. @@ -89,3 +88,9 @@ Description: Python 2.3 bindings for the GNOME XML library This package contains the files needed to use the GNOME XML library in Python programs. +Package: libxml2-python2.3 +Architecture: any +Section: python +Depends: python2.3-libxml2 +Description: Python 2.3 bindings for the GNOME XML library - dummy package for upgrade + This package is a dummy package for smooth transition to python2.3-libxml2. diff --git a/debian/rules b/debian/rules index bd80d0a..e52ed18 100755 --- a/debian/rules +++ b/debian/rules @@ -100,14 +100,14 @@ install-stamp: build-stamp binary-indep: build install dh_testdir -i dh_testroot -i - dh_installdocs -i -A AUTHORS TODO README - dh_installchangelogs -i debian/no-upstream-changelog + dh_installdocs -i -Nlibxml2-python2.3 -A AUTHORS TODO README + dh_installchangelogs -i -Nlibxml2-python2.3 debian/no-upstream-changelog dh_install -i --sourcedir=debian/tmp dh_link -i dh_strip -i dh_compress -i -Xexamples/ -Xtutorial/ -Xhtml/ -X.html dh_fixperms -i - dh_installdeb -i + dh_installdeb -i -Nlibxml2-python2.3 dh_shlibdeps -i dh_gencontrol -i dh_md5sums -i |