[slbackup-commit] CVS update: slbackup/debian changelog control slbackup.config slbackup.templates

werner at alioth.debian.org werner at alioth.debian.org
Sun Dec 23 12:46:22 UTC 2007


  User: werner  
  Date: 07/12/23 12:46:22

  Modified:    debian   changelog control slbackup.config
                        slbackup.templates
  Log:
  merge in debian/ changes and prepare for v0.0.11
  
  Revision  Changes    Path
  1.42                 slbackup/debian/changelog
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup/debian/changelog,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- changelog	22 Dec 2007 18:01:39 -0000	1.41
  +++ changelog	23 Dec 2007 12:46:22 -0000	1.42
  @@ -1,12 +1,41 @@
  -slbackup (0.0.10-1.cvs200712221900) UNRELEASED; urgency=low
  +slbackup (0.0.11-1) UNRELEASED; urgency=low
  +
  +  [ Finn-Arne Johansen ]
  +  * New upstream release
  +     -  Don't leave out things from config-file just because it looks like
  +        a C-Comment (Closes Skolelinux bug #1002)
   
     * Translations:
        - Swedish, thanks to Daniel Nylander (Closes: #351377)
  -  * Dont leave out things from config-file just because it looks like
  -    a C-Comment (Closes Skolelinux bug #1002)
  -  * Show the commandline to be run if running in verbose/debug mode
   
  - -- Finn-Arne Johansen <faj at bzz.no>  Sat, 22 Dec 2007 19:00:49 +0100
  +  [ Morten Werner Forsbring ]
  +  * Changed my last name.
  +  * Bumped Standards-Version to 3.7.3 (no changes).
  +  * Added Vcs-Cvs- and Vcs-Browser-fields to debian/control.
  +
  + -- Morten Werner Forsbring <werner at debian.org>  Sun, 23 Dec 2007 11:42:53 +0100
  +
  +slbackup (0.0.10-3) unstable; urgency=low
  +
  +  * Fixed some minor errors in the debconf template. Thanks to
  +    Helge Kreutzmann. (Closes: #414595)
  +  * Unfuzzied the Norwegian bokmål and Swedish debconf translation.
  +  * Translations:
  +     - Czech, thanks to Miroslav Kure. (Closes: #421487)
  +     - Dutch, thanks to Bart Cornelis. (Closes: #423078)
  +     - French, thanks to Christian Perrier. (Closes: #421698)
  +     - German, thanks to Helge Kreutzmann. (Closes: #414586, #421470)
  +     - Portuguese, thanks to Rui Branco and Ricardo Silva. (Closes: #417924)
  +  
  + -- Morten Werner Olsen <werner at debian.org>  Sun, 20 May 2007 02:05:44 +0200
  +
  +slbackup (0.0.10-2) unstable; urgency=low
  +
  +  * Bumped Standards-Version (no changes needed).
  +  * Translations:
  +     - Swedish, thanks to Daniel Nylander. (Closes: #351377)
  +
  + -- Morten Werner Olsen <werner at debian.org>  Wed, 22 Nov 2006 23:59:54 +0100
   
   slbackup (0.0.10-1) unstable; urgency=low
   
  
  
  
  1.14                 slbackup/debian/control
  
  Index: control
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup/debian/control,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- control	26 Jan 2007 07:32:28 -0000	1.13
  +++ control	23 Dec 2007 12:46:22 -0000	1.14
  @@ -1,15 +1,16 @@
   Source: slbackup
   Section: utils
   Priority: optional
  -Maintainer: Morten Werner Olsen <werner at debian.org>
  +Maintainer: Morten Werner Forsbring <werner at debian.org>
   Build-Depends-Indep: debhelper (>= 4.1.16), po-debconf
  -Standards-Version: 3.6.2
  +Standards-Version: 3.7.3
  +Vcs-Cvs: cvs.alioth.debian.org:/cvsroot/slbackup/slbackup
  +Vcs-Browser: https://alioth.debian.org/plugins/scmcvs/cvsweb.php/slbackup/?cvsroot=slbackup
   
   Package: slbackup
   Architecture: all
   Depends: ${perl:Depends}, ${misc:Depends}, rdiff-backup, logrotate, libconfig-general-perl, libnet-dns-perl
   Recommends: ssh
  -Suggests: bc
   Description: Skolelinux Backup system
    A backup system designed to back up multiple clients to a server.
    slbackup uses rdiff-backup as the underlying backup software.
  
  
  
  1.6                  slbackup/debian/slbackup.config
  
  
  
  
  1.9                  slbackup/debian/slbackup.templates
  
  Index: slbackup.templates
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup/debian/slbackup.templates,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- slbackup.templates	28 May 2004 17:27:15 -0000	1.8
  +++ slbackup.templates	23 Dec 2007 12:46:22 -0000	1.9
  @@ -45,21 +45,21 @@
    using a SSH connection (this choice assumes that you install SSH and
    provide a passwordless connection between the user running the backup
    software on this computer (probably root) and the user running the backup
  - software on the client.
  + software on the client).
   
   Template: slbackup/client_address
   Type: string
   Default: localhost
  -_Description: Client hostname or IP-address:
  +_Description: Client hostname or IP address:
    You have choosen to configure an external client. Please enter the
  - client's hostname or IP-address.
  + client's hostname or IP address.
   
   Template: slbackup/client_user
   Type: string
   Default: root
   _Description: User running the backup software on the client:
    The backup software (rdiff-backup) will also run on the client, and the
  - user that runs it have to have access to all the files that shall be
  + user that runs it has to have access to all the files that shall be
    backed up. Enter the username of the user that shall run the backup
    software on the client.
   
  @@ -97,14 +97,14 @@
    connection (this choice assumes that you install SSH and provide a
    passwordless connection between the user running the backup software on
    this computer (probably root) and the user running the backup software on
  - the backup server.
  + the backup server).
   
   Template: slbackup/server_address
   Type: string
   Default: localhost
  -_Description: Server's hostname or IP-address:
  +_Description: Server's hostname or IP address:
    You have chosen to configure an external backup server. Please enter the
  - backup server's hostname or IP-address.
  + backup server's hostname or IP address.
   
   Template: slbackup/server_destdir
   Type: string
  @@ -119,6 +119,6 @@
   Default: root
   _Description: User running the backup software on the server:
    The backup software (rdiff-backup) will also run on the server, and the
  - user that runs it have to have access to the location where the files are
  + user that runs it has to have access to the location where the files are
    going to be stored. Enter the username that shall run the backup software
    on the backup server.
  
  
  



More information about the slbackup-commit mailing list