summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorEd Bartosh <eduard.bartosh@intel.com>2012-05-24 16:16:12 +0300
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-11-14 14:45:04 +0200
commitfc30d408b984555489e3466c2eb2b0d3212219a0 (patch)
tree4464eabad01c2116d96123732074b37bd4a84233 /debian/rules
parent185681604c4b3a953728bb9c4ae4dc5b7c5b7d4a (diff)
downloadgit-buildpackage-fc30d408b984555489e3466c2eb2b0d3212219a0.tar.gz
git-buildpackage-fc30d408b984555489e3466c2eb2b0d3212219a0.tar.bz2
git-buildpackage-fc30d408b984555489e3466c2eb2b0d3212219a0.zip
debian packaging: introduce -common subpackage
Split the git-buildpackage into git-buildpackage and git-buildpackage-common. Now there are three binary packages: - git-buildpackage-common contains the common code for Deb and RPM tools - git-buildpackage contains the Debian-specific modules/tools - git-buildpackage-rpm contains the RPM-specific modules/tools After this change the Debian packaging resembles the RPM side packaging. Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com> Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index a80bd520..3584c7a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,11 @@ override_dh_auto_install:
override_dh_auto_clean:
dh_auto_clean
+ # Remove renamed files - renames are not correctly expressed in debian.diff
+ rm -f debian/doc-base
+ rm -f debian/docs
+ rm -f debian/examples
+ rm -f debian/manpages
rm -rf build/
make -C docs/ clean
-rm gbp/version.py