Loading Makefile +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) Loading @@ -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) Loading debian/changelog +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 debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading debian/isimage.install +1 −1 Original line number Diff line number Diff line /bin/isimage usr/bin/isimage debian/isinstall.install +1 −1 Original line number Diff line number Diff line /bin/isinstall usr/bin/isinstall Loading
Makefile +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) Loading @@ -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) Loading
debian/changelog +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
debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
debian/isimage.install +1 −1 Original line number Diff line number Diff line /bin/isimage usr/bin/isimage
debian/isinstall.install +1 −1 Original line number Diff line number Diff line /bin/isinstall usr/bin/isinstall