~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Tyler Hicks
  • Date: 2012-11-05 05:11:40 UTC
  • Revision ID: tyhicks@canonical.com-20121105051140-g4crl3uh5vmu7rly
* autogen.sh, scripts/release.sh, Makefile.am:
  - Break out the autoreconf and intltoolize commands from release.sh into
    an executable autogen.sh
  - Include the new autogen.sh script in the release tarball
* debian/rules:
  - Override the dh_autoreconf target by running the autogen.sh script

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    - bump standards, no change
6
6
 
7
7
  [ Tyler Hicks ]
 
8
  * autogen.sh, scripts/release.sh, Makefile.am:
 
9
    - Break out the autoreconf and intltoolize commands from release.sh into
 
10
      an executable autogen.sh
 
11
    - Include the new autogen.sh script in the release tarball
8
12
  * debian/rules, debian/control:
9
13
    - Use dh-autoreconf so that upstream sources can easily be used to build
10
14
      packages for all the stable Ubuntu releases in the ecryptfs-utils daily
11
15
      build PPA
 
16
    - Override the dh_autoreconf target by running the autogen.sh script
12
17
    - Drop Build-Depends on autotools-dev since dh-autoreconf is a superset of
13
18
      autotools-dev
14
19
    - Drop Build-Depends on autoconf, automake, and libtool since