diff --git a/debian/changelog b/debian/changelog index c9e7413..aa0f80c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ pgloader (2.2.5~dev-1) unstable; urgency=low * Configuration now supports templates * Command line option for setting --reformat_path, -R - * Closes: #453434 (ITP) + * Upload to Debian (Closes: #453434) -- Dimitri Fontaine Mon, 26 Nov 2007 21:53:11 +0100 diff --git a/debian/control b/debian/control index c01abee..dc11964 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pgloader Section: misc Priority: extra Maintainer: Dimitri Fontaine -Build-Depends: debhelper (>= 5), docbook-to-man (>= 2.0.0), python-support (>= 0.3) +Build-Depends: debhelper (>= 5), docbook-to-man (>= 2.0.0), python-support (>= 0.3), xmlto Standards-Version: 3.7.2 Package: pgloader diff --git a/debian/dirs b/debian/dirs index f9b6f3f..275a1b3 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,5 +1,4 @@ usr/bin usr/sbin -usr/bin/python-support usr/share/pgloader usr/share/doc/pgloader diff --git a/debian/rules b/debian/rules index 7115fbd..9964c6a 100644 --- a/debian/rules +++ b/debian/rules @@ -63,23 +63,12 @@ binary-arch: build install dh_installdocs dh_installexamples # dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime dh_pysupport -# dh_installinit -# dh_installcron -# dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms -# dh_perl -# dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol