~ubuntu-branches/ubuntu/saucy/deja-dup/saucy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-02-04 15:12:32 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20130204151232-3xr9quxod9pltlro
Tags: 25.5-0ubuntu1
* New upstream release
  - Use same partition for temp files as include files (to avoid problems
    with tiny /tmp partitions like tmpfs).  LP: #1100092
  - Tell GNOME 3 about notifications, so the user can disable them
  - Always exclude /run (in case user includes /)
* debian/rules:
  - Be explicit about what features we turn on (ccpanel, nautilus, unity)
* debian/control:
  - Require duplicity 0.6.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# along with Déjà Dup.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
19
19
# Sets up autoconf.
20
 
AC_INIT([Déjà Dup],[25.3],[https://bugs.launchpad.net/deja-dup/+filebug],[deja-dup],[https://launchpad.net/deja-dup])
 
20
AC_INIT([Déjà Dup],[25.5],[https://bugs.launchpad.net/deja-dup/+filebug],[deja-dup],[https://launchpad.net/deja-dup])
21
21
AC_PREREQ(2.64)
22
22
AC_CONFIG_SRCDIR(deja-dup/main.vala)
23
23
AC_CONFIG_HEADERS([config.h:config.h.in])