release 1.1.4

This commit is contained in:
Florian Schlichting 2016-01-11 23:57:09 +01:00
parent c510a48aaa
commit 658daa6d60
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2016-01-11 Florian Schlichting <fsfs@debian.org>
* release 1.1.4
* allow BuildDeadPropertyXML to continue on namespace errors (#9)
2016-01-10 Cyril Giraud <cgiraud@free.fr>
* Transifex web site URL update. To be continued.
2016-01-08 Florian Schlichting <fsfs@debian.org>
* Update ChangeLog, add Debian bug closers
* add the iSchedule administration helper to the menu to give it more visibility and testing

5
debian/changelog vendored
View File

@ -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 <fsfs@debian.org> Tue, 16 Dec 2014 22:43:07 +0100
-- Florian Schlichting <fsfs@debian.org> Mon, 11 Jan 2016 23:56:48 +0100
davical (1.1.3.1-1) unstable; urgency=medium

1
debian/rules vendored
View File

@ -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 .
%: