Update Debian package for LibrePlan 1.3.0
FEA: ItEr76S03Community
This commit is contained in:
parent
ea5e300907
commit
19c4d801b5
3 changed files with 10 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
libreplan (1.3.0-1) squeeze; urgency=low
|
||||
|
||||
* Released LibrePlan 1.3.0
|
||||
|
||||
-- Manuel Rego Casasnovas <rego@igalia.com> Fri, 20 Jul 2012 08:42:00 +0200
|
||||
|
||||
libreplan (1.2.4-1) squeeze; urgency=low
|
||||
|
||||
* Released LibrePlan 1.2.4
|
||||
|
|
|
|||
1
debian/libreplan.install
vendored
1
debian/libreplan.install
vendored
|
|
@ -7,3 +7,4 @@ debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.2.0
|
|||
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
|
||||
|
|
|
|||
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -93,6 +93,9 @@ install:
|
|||
# Copy SQL upgrade script for version 1.2.3
|
||||
$(call CMD,cp $(CURDIR)/scripts/database/upgrade_1.2.3.sql \
|
||||
$(CURDIR)/debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.2.3)
|
||||
# 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)
|
||||
# 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