~ubuntu-branches/ubuntu/quantal/synaptic/quantal

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-03-02 10:20:59 UTC
  • mfrom: (3.3.1 sid)
  • Revision ID: package-import@ubuntu.com-20120302102059-xqqwoqzoque0oyhp
Tags: 0.75.5
* common/rpackagelister.cc:
  - simplify openCache() code to use more modern std::vector features
    and fix crash along the way (LP: #936677)
* common/sections_trans.cc:
  - add "metapackages", "education", "introspection"
* debian/rules:
  - do not build multiarch support in Debian to make it work on 
    unstable that has no multiarch apt yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
AC_INIT(configure.in)
3
3
 
4
 
AM_INIT_AUTOMAKE(synaptic, 0.75.5~exp6)
 
4
AM_INIT_AUTOMAKE(synaptic, 0.75.5)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7