~ubuntu-branches/ubuntu/raring/parcellite/raring-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-08-24 21:26:30 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090824212630-lyxewmpg9l0dyxy2
Tags: 0.9.1-0ubuntu1
* New upstream release.
 - New:
  + Several new translations.
  + Print primary contents command line option.
  + Clipboard and primary synchronization (by Wolfgang Schnerring).
 - Changes:
  + Updated translations.
  + Eliminated redundant disk activity.
  + Control-click patch for actions menu.
  + Selected items are bumped to the top of the history.
  + Improved (once again) new clipboard/primary contents handling.
  + Piping clipboard contents no longer truncates new line character.
  + New Edit Clipboard dialog. Old dialog had strange behavior under 
    different window managers.
* debian/control
 - Fix short description and add to the long description.
 - Add Vcs-* field.
 - Bump Standards-Version to 3.8.3, no chages needed.
* debian/rules:
 - Install conf files to /etc not /usr/etc
* Added debian/README.source exlaining quilt
* debian/patches/*
 - Refresh for new release.
 - Add Description fields and upstream bug numbers.
 - Drop 03_ctrl_click.patch, included upstream.
* debian/copyright
 - Add new copyright holder for po/sv.po
 - Point to exact versions of GPL

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Autoconf/automake.
3
3
# -------------------------------------------------------------------------------
4
4
AC_PREREQ([2.5])
5
 
AC_INIT([parcellite], [0.9], [xyhthyx@gmail.com])
 
5
AC_INIT([parcellite], [0.9.1], [xyhthyx@gmail.com])
6
6
AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
7
7
 
8
8
AC_CONFIG_MACRO_DIR([m4])
18
18
AC_SUBST(GETTEXT_PACKAGE)
19
19
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package])
20
20
 
21
 
ALL_LINGUAS="de es hu it ja ru"
 
21
ALL_LINGUAS="de es hu ja pt_BR sv"
22
22
AM_GLIB_GNU_GETTEXT()
23
23
AC_PROG_INTLTOOL([0.23])
24
24