diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-17 05:48:35 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-17 05:48:35 +0100 |
commit | 41e4a673b3ceb148413af057871af21ed13a457a (patch) | |
tree | f431c2359d86578da02be9268b7a3de043286549 | |
parent | 18fe0730c2757464f19636737a83fe65a26e3a1b (diff) | |
download | sciteco-41e4a673b3ceb148413af057871af21ed13a457a.tar.gz |
updated Debian package and fixed ./distribute (for Debian packages)
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | distribute | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 8de49eb..548b653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ sciteco (0.6-1) unstable; urgency=low - * improved error handling - * emcurses/emscripten support - * Scintilla v3.3.9 / Scinterm v1.2 + * new upstream version v0.6 + * Debian package can now be built from the original + source tarball since it includes Scintilla. - -- Robin Haberkorn <robin.haberkorn@googlemail.com> Sun, 16 Feb 2014 13:51:39 +0100 + -- Robin Haberkorn <robin.haberkorn@googlemail.com> Tue, 17 Mar 2015 04:33:24 +0100 sciteco (0.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1814bd3..e60cf5f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sciteco Section: editors Priority: optional Maintainer: Robin Haberkorn <robin.haberkorn@googlemail.com> -Build-Depends: debhelper (>= 8), g++ (>= 4:4.4), libglib2.0-dev, libncurses5-dev +Build-Depends: debhelper (>= 7.4), g++ (>= 4:4.4), libglib2.0-dev, libncurses5-dev Standards-Version: 3.9.2 Homepage: http://sciteco.sf.net/ Vcs-Browser: https://github.com/rhaberkorn/sciteco @@ -2,6 +2,7 @@ # Overwrite, if building out-of-tree. SRCDIR=. +ABS_SRCDIR=$(abspath $(SRCDIR)) SCITECO_VERSION = 0.6 SCITECO_SRC = sciteco-$(SCITECO_VERSION).tar.gz @@ -14,13 +15,13 @@ all : $(SCITECO_SRC) debian mingw-binary # $(UBUNTU) sets the Ubuntu distribution and fixes the package's # version debian-prepare: debian-temp/ -debian-temp/ : bundle +debian-temp/ : $(SCITECO_SRC) mkdir debian-temp/ (cd debian-temp/; \ cp ../$(SCITECO_SRC) \ sciteco_$(SCITECO_VERSION).orig.tar.gz; \ tar xzf sciteco_$(SCITECO_VERSION).orig.tar.gz; \ - cp -r ../debian sciteco-$(SCITECO_VERSION)/; \ + cp -r $(ABS_SRCDIR)/debian sciteco-$(SCITECO_VERSION)/; \ ) ifneq ($(UBUNTU),) sciteco -e "@EB|debian-temp/sciteco-$(SCITECO_VERSION)/debian/changelog| \ |