~ubuntu-branches/ubuntu/lucid/ebox-openvpn/lucid

« back to all changes in this revision

Viewing changes to migration/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Javier Uruen Val, Javier Uruen Val
  • Date: 2010-02-07 18:51:11 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100207185111-jo3dsibp35f0xr6u
Tags: 1.5-0ubuntu1
 [Javier Uruen Val]
 * New upstream release (LP: #521808)
 * debian/control
   - Bump eBox dependency
   - Update description
   - Bump Standards-version to 3.8.4. No changes required.
 * debian/copyright: updated emails and dates.
 * debian/ebox-openvpn.postinst
   - Do not run migration scripts as upstream dropped them for 1.4
 * Drop debian/patches as upstream already ships them
 * debian/rules: Drop simple-patchsys

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
Migrationsdir = @DATADIR@/ebox-openvpn/migration
4
 
 
5
 
 
6
 
nobase_Migrations_SCRIPTS = 0001_change_log_files.pl \
7
 
                            0002_change_client_certificates.pl \
8
 
                            0003_framework_change.pl
9
 
 
10
 
 
11
 
EXTRA_DIST = $(nobase_Migrations_SCRIPTS)
12
 
 
13
 
MAINTAINERCLEANFILES = Makefile.in
14