~ubuntu-branches/ubuntu/trusty/libgsecuredelete/trusty

« back to all changes in this revision

Viewing changes to build/aux/ltmain.sh

  • Committer: Package Import Robot
  • Author(s): intrigeri
  • Date: 2014-01-24 15:38:08 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140124153808-vtw0ktpvae100sbw
Tags: 0.2.1-1
* Imported Upstream version 0.2.1
* Invoke dh_install with --fail-missing, and explicitly exclude .la files.
* Use dh-autoreconf to get new libtool macros for ppc64el.
  Thanks to Logan Rosen <logan@ubuntu.com> for the patch.
* Drop override for buggy Lintian warning that was fixed since then.
* Reformat debian/control with cme.
* Declare compliance with standards 3.9.5.
* Add OpenPGP signature checking support to debian/watch.
* Use canonical URL for Vcs-Git.
* Make libgsecuredelete-dev depend on a real package first,
  that is libc6-dev | libc-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
#         compiler:             $LTCC
71
71
#         compiler flags:               $LTCFLAGS
72
72
#         linker:               $LD (gnu? $with_gnu_ld)
73
 
#         $progname:    (GNU libtool) 2.4.2 Debian-2.4.2-1
 
73
#         $progname:    (GNU libtool) 2.4.2 Debian-2.4.2-1.6
74
74
#         automake:     $automake_version
75
75
#         autoconf:     $autoconf_version
76
76
#
80
80
 
81
81
PROGRAM=libtool
82
82
PACKAGE=libtool
83
 
VERSION="2.4.2 Debian-2.4.2-1"
 
83
VERSION="2.4.2 Debian-2.4.2-1.6"
84
84
TIMESTAMP=""
85
85
package_revision=1.3337
86
86