Commit d6649d20 authored by Seblu's avatar Seblu
Browse files

Fix debian packaging

parent 2f575cd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
## 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)
+2 −2
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
/bin/isimage
usr/bin/isimage
+1 −1
Original line number Diff line number Diff line
/bin/isinstall
usr/bin/isinstall
Loading