diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2012-05-24 16:16:12 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:45:04 +0200 |
commit | fc30d408b984555489e3466c2eb2b0d3212219a0 (patch) | |
tree | 4464eabad01c2116d96123732074b37bd4a84233 /debian/rules | |
parent | 185681604c4b3a953728bb9c4ae4dc5b7c5b7d4a (diff) | |
download | git-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-x | debian/rules | 5 |
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 |