Package: packaging-dev
Severity: wishlist
Tags: patch
Hi,
I want some changes to packaging-dev package as listed below.
1. developers-reference is translated to French and Japanese, so make its
dependency as developers-reference | -fr | -ja
2. bzr-builddeb heavily depends on bzr, most case is located in Launchpad.
And I think this is Ubuntu specific one (as they say in "UDD" way in
Ubuntu packaging guide), so moved to rules.
3. dh-make is kind an essential package for first step to make upstream to
debian package. I prefer it to set as Depends.
4. gnome-pkg-tools just depends on perl, it means no extra packages would be
pulled. And, for me, sometimes forget to install it ;), so please bring it
to depends.
5. Also, don't forget pkg-kde-tools... :)
See attached patch and consider to apply it.
Thanks.
--
Regards,
Hideki Yamane henrich @ debian.or.jp/org
http://wiki.debian.org/HidekiYamane
diff -urN packaging-dev-0.5.orig/debian/control packaging-dev-0.5/debian/control
--- packaging-dev-0.5.orig/debian/control 2012-09-05 22:48:51.000000000 +0900
+++ packaging-dev-0.5/debian/control 2012-09-23 22:52:54.901031027 +0900
@@ -21,21 +21,21 @@
autoconf,
automake,
autotools-dev,
- bzr-builddeb,
cdbs,
cmake,
debian-policy,
- developers-reference,
+ developers-reference | developers-reference-fr | developers-reference-ja,
dh-autoreconf,
+ dh-make,
git-buildpackage,
+ gnome-pkg-tools,
gnupg,
+ pkg-kde-tools,
libtool,
piuparts,
svn-buildpackage,
${vendor-specific:Recommends}
Suggests: cvs-buildpackage,
- dh-make,
- gnome-pkg-tools,
mercurial-buildpackage,
${vendor-specific:Suggests}
Description: convenient tools to develop packages
diff -urN packaging-dev-0.5.orig/debian/rules packaging-dev-0.5/debian/rules
--- packaging-dev-0.5.orig/debian/rules 2012-09-05 21:26:30.000000000 +0900
+++ packaging-dev-0.5/debian/rules 2012-09-23 22:49:54.172534375 +0900
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-Ubuntu_RECOMMENDS := lptools, ubuntu-dev-tools, ubuntu-packaging-guide
+Ubuntu_RECOMMENDS := lptools, ubuntu-dev-tools, ubuntu-packaging-guide, bzr-builddeb
Ubuntu_SUGGESTS := kubuntu-dev-tools
VENDOR := $(shell dpkg-vendor --query Vendor)