diff -u setools-3.3.5.ds/debian/changelog setools-3.3.5.ds/debian/changelog --- setools-3.3.5.ds/debian/changelog +++ setools-3.3.5.ds/debian/changelog @@ -1,3 +1,10 @@ +setools (3.3.5.ds-5ubuntu1) jaunty; urgency=low + + * debian/local.mk: changed site_packages to dist_packages according to + python2.6 transition policy (LP: #343319) + + -- Fabrice Coutadeur Sun, 15 Mar 2009 20:01:25 +0000 + setools (3.3.5.ds-5) unstable; urgency=low * [a636aeb] Unpack the path object before using in string. diff -u setools-3.3.5.ds/debian/local.mk setools-3.3.5.ds/debian/local.mk --- setools-3.3.5.ds/debian/local.mk +++ setools-3.3.5.ds/debian/local.mk @@ -713,8 +713,8 @@ gzip -9frq $(DOCDIR)/ # Make sure the copyright file is not compressed $(install_file) debian/copyright $(DOCDIR)/copyright - mv -f $(PDIR)/site-packages/setools/*.py $(MODULES_DIR)/; - mv -f $(PDIR)/site-packages/setools/* $(EXTENSIONS_DIR)/python$$PYTHON_VERSION/; + mv -f $(PDIR)/dist-packages/setools/*.py $(MODULES_DIR)/; + mv -f $(PDIR)/dist-packages/setools/* $(EXTENSIONS_DIR)/python$$PYTHON_VERSION/; rm -rf $(PDIR) ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) find $(TMPTOP) -type f | while read i; do \