~allison/ubuntu/oneiric/backuppc/merge-debian-inetutils

« back to all changes in this revision

Viewing changes to cgi-bin/BackupPC_Admin

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-11-21 14:59:53 UTC
  • mfrom: (0.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101121145953-pnuiex5zsp26ar3e
Tags: 3.2.0-1ubuntu1
* Merge from debian unstable. (LP: #677799) Remaining changes:
  - debian/backup.init, debian/rules, debian/postinst: Do not call init
    script on shutdown and reboot (TearDown) (Debian #488660)
  - debian/control: Drop build dependency to 'par2', it's in universe.
  - configure.pl: Do not test for par2 being available at build time
  - debian/control: depend on default-mta | mail-transport-agent, instead of
    enumerating a long list of alternative MTAs.
* Dropped changes:
  - Suggest libio-dirent-perl, its in universe (now in main)
  - debian/control: Add libtime-modules-perl to Depends (applied in Debian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/perl
 
1
#!/usr/bin/perl
2
2
#============================================================= -*-perl-*-w
3
3
#
4
4
# BackupPC_Admin: Apache/CGI interface for BackupPC.
21
21
#   Craig Barratt  <cbarratt@users.sourceforge.net>
22
22
#
23
23
# COPYRIGHT
24
 
#   Copyright (C) 2001-2007  Craig Barratt
 
24
#   Copyright (C) 2001-2009  Craig Barratt
25
25
#
26
26
#   This program is free software; you can redistribute it and/or modify
27
27
#   it under the terms of the GNU General Public License as published by
39
39
#
40
40
#========================================================================
41
41
#
42
 
# Version 3.1.0, released 25 Nov 2007.
 
42
# Version 3.2.0, released 31 Jul 2010.
43
43
#
44
44
# See http://backuppc.sourceforge.net.
45
45
#