diff options
author | jstebbins <[email protected]> | 2010-04-15 14:44:30 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-15 14:44:30 +0000 |
commit | 147d714b2706ca63ead0a0070b49579957867cc1 (patch) | |
tree | b3feb4a5385617f16a98b850433d6ad50b370e45 /pkg/linux/module.defs | |
parent | 9f19bfea9125104db0161d174206b3e887cc1686 (diff) |
add packaging rules for building debian source packages
and fix a build issue with a52dec when the path has a '~' in it
this is a step towards using the launchpad build farm for ubuntu snapshots
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3226 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux/module.defs')
-rw-r--r-- | pkg/linux/module.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/linux/module.defs b/pkg/linux/module.defs index 93d686ced..267e5f70e 100644 --- a/pkg/linux/module.defs +++ b/pkg/linux/module.defs @@ -9,6 +9,9 @@ STAGE.out.rpm.src/ = $(STAGE.out.src/)rpm/ PKG.debian = $(PKG.in/)linux/debian PKG.cli.deb = $(PKG.out/)$(HB.name)-$(HB.version)-Ubuntu_CLI_$(BUILD.machine).deb PKG.gui.deb = $(PKG.out/)$(HB.name)-$(HB.version)-Ubuntu_GUI_$(BUILD.machine).deb +PKG.deb.basename = handbrake-$(HB.version) +PKG.src.deb.tar = handbrake_$(HB.version).tar.gz +PKG.src.deb = $(PKG.out/)handbrake_$(HB.version).deb PKG.cli.tmp.deb = $(PKG.out/)handbrake-cli_$(HB.version)_$(PKG.deb.machine).deb PKG.gui.tmp.deb = $(PKG.out/)handbrake-gtk_$(HB.version)_$(PKG.deb.machine).deb @@ -27,6 +30,7 @@ RPMROOT.out/ = $(PWD)/$(STAGE.out/)rpmroot/ ############################################################################### +BUILD.out += $(PKG.src.tar) BUILD.out += $(PKG.cli.deb) BUILD.out += $(PKG.gui.deb) BUILD.out += $(PKG.cli.rpm) |