Update Debian package for LibrePlan 1.3.1
FEA: ItEr77S03Community
This commit is contained in:
parent
5e3784ae61
commit
9898bbdb45
3 changed files with 11 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
libreplan (1.3.1-1) squeeze; urgency=low
|
||||
|
||||
* Released LibrePlan 1.3.1
|
||||
* Removed dependency with ttf-freefont
|
||||
|
||||
-- Manuel Rego Casasnovas <rego@igalia.com> Mon, 15 Oct 2012 13:55:06 +0200
|
||||
|
||||
libreplan (1.3.0-1) squeeze; urgency=low
|
||||
|
||||
* Released LibrePlan 1.3.0
|
||||
|
|
|
|||
1
debian/libreplan.install
vendored
1
debian/libreplan.install
vendored
|
|
@ -8,3 +8,4 @@ debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.2.1
|
|||
debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.2.2
|
||||
debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.2.3
|
||||
debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.3.0
|
||||
debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.3.1
|
||||
|
|
|
|||
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -96,6 +96,9 @@ install:
|
|||
# Copy SQL upgrade script for version 1.3.0
|
||||
$(call CMD,cp $(CURDIR)/scripts/database/upgrade_1.3.0.sql \
|
||||
$(CURDIR)/debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.3.0)
|
||||
# Copy SQL upgrade script for version 1.3.1
|
||||
$(call CMD,cp $(CURDIR)/scripts/database/upgrade_1.3.1.sql \
|
||||
$(CURDIR)/debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.3.1)
|
||||
# Install Policy file
|
||||
$(call CMD,mkdir -p $(CURDIR)/debian/tmp/etc/tomcat6/policy.d)
|
||||
$(call CMD,cp $(CURDIR)/debian/51libreplan.policy \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue