From 56b73ba61b847e37e89a227dd4f529b98fced98c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 9 Aug 2008 16:53:10 +0000 Subject: [PATCH] Ship a bug/control file to have all bugs submitted against roundcube metapackage --- debian/bug.control | 2 ++ debian/changelog | 4 +++- debian/rules | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 debian/bug.control diff --git a/debian/bug.control b/debian/bug.control new file mode 100644 index 0000000..b627c1b --- /dev/null +++ b/debian/bug.control @@ -0,0 +1,2 @@ +Submit-As: roundcube +Report-With: roundcube-core diff --git a/debian/changelog b/debian/changelog index 6e20472..82ddbaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,11 +3,13 @@ roundcube (0.2~alpha-2) UNRELEASED; urgency=low [ Vincent Bernat ] * Fix lintian warnings introduced by previous upload * Fix lighttpd.conf to make it work with latest versions (Closes: #494044) + * Ship a bug/control file to have all bugs submitted against roundcube + metapackage [ Romain Beauxis ] * Versioned roundcube-core dependency for roundcube - -- Vincent Bernat Thu, 07 Aug 2008 21:50:23 +0200 + -- Vincent Bernat Sat, 09 Aug 2008 18:45:17 +0200 roundcube (0.2~alpha-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index 4512e7b..3a7d857 100755 --- a/debian/rules +++ b/debian/rules @@ -44,5 +44,9 @@ binary-install/roundcube-core:: rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/tiny_mce dh_link -proundcube-core usr/share/tinymce/www usr/share/roundcube/program/js/tiny_mce +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/% : + install -d $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg) + install $(CURDIR)/debian/bug.control $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/control + clean:: debconf-updatepo -- 2.39.2