~ubuntu-branches/ubuntu/trusty/pangomm/trusty-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 01:43:19 UTC
  • mfrom: (1.2.3)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20111117014319-f1fkbllernpb5mi9
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Bump debhelper compatibility level to 8.
* debian/control.in:
  - Bump Standards-Version to 3.9.2. No further changes.
  - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Stop installing libtool .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
## You should have received a copy of the GNU Lesser General Public License
16
16
## along with this library.  If not, see <http://www.gnu.org/licenses/>.
17
17
 
18
 
AC_INIT([pangomm], [2.28.3],
 
18
AC_INIT([pangomm], [2.28.4],
19
19
        [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
20
20
        [pangomm], [http://www.gtkmm.org/])
21
21
AC_PREREQ([2.59])