mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-23 02:14:16 +00:00
release 1.1.4
This commit is contained in:
parent
c510a48aaa
commit
658daa6d60
@ -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>
|
2016-01-08 Florian Schlichting <fsfs@debian.org>
|
||||||
* Update ChangeLog, add Debian bug closers
|
* Update ChangeLog, add Debian bug closers
|
||||||
* add the iSchedule administration helper to the menu to give it more visibility and testing
|
* add the iSchedule administration helper to the menu to give it more visibility and testing
|
||||||
|
|||||||
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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)
|
* New upstream release (closes: #703128, #703294, #703287, #656020, #764915)
|
||||||
* Ship all config examples and user documentation, but remove website
|
* 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
|
* Don't run make / make built-docs during package build to avoid nasty
|
||||||
surprises; files should be up-to-date in git anyway
|
surprises; files should be up-to-date in git anyway
|
||||||
* Purge /etc/davical/.keep directory
|
* 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
|
davical (1.1.3.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|||||||
1
debian/rules
vendored
1
debian/rules
vendored
@ -3,6 +3,7 @@
|
|||||||
VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
|
VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
|
||||||
|
|
||||||
get-orig-source:
|
get-orig-source:
|
||||||
|
make clean
|
||||||
tar cJf ../davical_$(VERSION).orig.tar.xz --exclude-vcs --exclude=.gitattributes --exclude=debian .
|
tar cJf ../davical_$(VERSION).orig.tar.xz --exclude-vcs --exclude=.gitattributes --exclude=debian .
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user