diff -Nru openoffice-python-0.1+20110209/debian/changelog openoffice-python-0.1+20110209/debian/changelog --- openoffice-python-0.1+20110209/debian/changelog 2013-06-02 19:27:31.000000000 +0000 +++ openoffice-python-0.1+20110209/debian/changelog 2013-11-21 16:00:46.000000000 +0000 @@ -1,3 +1,15 @@ +openoffice-python (1:0.1+20110209-8ubuntu0~ppa1~saucy) saucy; urgency=low + + * Ubuntu build + + -- Ilya Melnikov Thu, 21 Nov 2013 21:28:32 +0600 + +openoffice-python (1:0.1+20110209-8) unstable; urgency=low + + * Adapting the rules file to work also with git-buildpackage. + + -- Mathias Behrle Tue, 06 Aug 2013 13:31:54 +0200 + openoffice-python (1:0.1+20110209-7) unstable; urgency=low * Rebuilding against correct source tarball diff -Nru openoffice-python-0.1+20110209/debian/control openoffice-python-0.1+20110209/debian/control --- openoffice-python-0.1+20110209/debian/control 2013-05-04 15:23:30.000000000 +0000 +++ openoffice-python-0.1+20110209/debian/control 2013-11-21 15:27:43.000000000 +0000 @@ -1,7 +1,8 @@ Source: openoffice-python Section: python Priority: optional -Maintainer: Debian Tryton Maintainers +Maintainer: Ilya Melnikov +XSBC-Original-Maintainer: Debian Tryton Maintainers Uploaders: Mathias Behrle Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.4 diff -Nru openoffice-python-0.1+20110209/debian/rules openoffice-python-0.1+20110209/debian/rules --- openoffice-python-0.1+20110209/debian/rules 2013-05-29 15:12:02.000000000 +0000 +++ openoffice-python-0.1+20110209/debian/rules 2013-11-21 02:42:26.000000000 +0000 @@ -1,11 +1,23 @@ #!/usr/bin/make -f +PACKAGE_NAME := 'openoffice_python' + %: dh ${@} --with python2 override_dh_auto_clean: dh_auto_clean + +override_dh_auto_build: + mv $(PACKAGE_NAME).egg-info $(PACKAGE_NAME).hen-info + mv PKG-INFO PKG-INFO.hen + dh_auto_build + +override_dh_auto_install: + dh_auto_install rm -rf *.egg-info + mv $(PACKAGE_NAME).hen-info $(PACKAGE_NAME).egg-info + mv PKG-INFO.hen PKG-INFO override_dh_builddeb: dh_builddeb -- -Zxz -z9