Skip to content
Snippets Groups Projects
Commit d6649d20 authored by Seblu's avatar Seblu
Browse files

Fix debian packaging

parent 2f575cd7
No related branches found
No related tags found
No related merge requests found
## Makefile
.PHONY: all tar deb clean cleanbuild buildd
.PHONY: all tar deb clean cleanbuild buildd dsc
NAME=installsystems
VERSION=$(shell sed -rn 's/version = "([^"]+)"/\1/p' installsystems/__init__.py)
......@@ -26,7 +26,7 @@ buildd: dsc
chmod 644 $(BUILD_DIR)/$(NAME)_*.dsc $(BUILD_DIR)/$(NAME)_*.gz
scp $(BUILD_DIR)/$(NAME)_*.dsc $(BUILD_DIR)/$(NAME)_*.gz incoming@buildd.fr.lan:sid
clean: clean_build
clean: cleanbuild
cleanbuild:
-rm -rf $(BUILD_DIR)
......
installsystems (1) unstable; urgency=low
installsystems (1-dev) unstable; urgency=low
* Initial release.
* version 1 dev package.
-- Sebastien Luttringer <sebastien.luttringer@smartjog.com> Wed, 08 Jun 2011 12:30:02 +0200
......@@ -2,7 +2,7 @@ Source: installsystems
Section: python
Priority: optional
Maintainer: Sebastien Luttringer <sebastien.luttringer@smartjog.com>
Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools, python (>=2.6 << 3.0)
Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools, python (>=2.6)
XS-Python-Version: >= 2.6
Standards-Version: 3.9.1
......
/bin/isimage
usr/bin/isimage
/bin/isinstall
usr/bin/isinstall
/bin/isrepo
usr/bin/isrepo
usr/lib
......@@ -9,7 +9,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
PYTHON_PACKAGES := installsystems
PYTHON_PACKAGES := isinstall isimage isrepo python-installsystems
$(patsubst %,binary-install/%,$(PYTHON_PACKAGES)) ::
dh_pycentral -p$(cdbs_curpkg)
......@@ -15,7 +15,7 @@ setup(
author='Sebastien Luttringer',
author_email='sebastien.luttringer@smartjog.com',
license='GPL2',
packages=[ 'installsystems'],
packages=[ 'installsystems' ],
scripts=['bin/isrepo', 'bin/isinstall', 'bin/isimage'],
classifiers=[
'Operating System :: Unix',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment