From 658daa6d60f55b6ab06c4e2d5c4831ffe1204ff1 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Mon, 11 Jan 2016 23:57:09 +0100 Subject: [PATCH] release 1.1.4 --- ChangeLog | 7 +++++++ debian/changelog | 5 +++-- debian/rules | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b0a58e07..4d1c297d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-01-11 Florian Schlichting + * release 1.1.4 + * allow BuildDeadPropertyXML to continue on namespace errors (#9) + +2016-01-10 Cyril Giraud + * Transifex web site URL update. To be continued. + 2016-01-08 Florian Schlichting * Update ChangeLog, add Debian bug closers * add the iSchedule administration helper to the menu to give it more visibility and testing diff --git a/debian/changelog b/debian/changelog index 9975d50f..be2ebe28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -davical (1.1.4-1~git) UNRELEASED; urgency=medium +davical (1.1.4-1) unstable; urgency=medium * New upstream release (closes: #703128, #703294, #703287, #656020, #764915) * Ship all config examples and user documentation, but remove website @@ -6,8 +6,9 @@ davical (1.1.4-1~git) UNRELEASED; urgency=medium * Don't run make / make built-docs during package build to avoid nasty surprises; files should be up-to-date in git anyway * Purge /etc/davical/.keep directory + * Clean source tree before creating orig-source tarball - -- Florian Schlichting Tue, 16 Dec 2014 22:43:07 +0100 + -- Florian Schlichting Mon, 11 Jan 2016 23:56:48 +0100 davical (1.1.3.1-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 90aaf973..85b682cf 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') get-orig-source: + make clean tar cJf ../davical_$(VERSION).orig.tar.xz --exclude-vcs --exclude=.gitattributes --exclude=debian . %: