]> git.proxmox.com Git - pve-zsync.git/commitdiff
Code clean up and rename Debian packet name.
authorWolfgang Link <w.link@proxmox.com>
Tue, 19 May 2015 05:02:45 +0000 (07:02 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 19 May 2015 05:30:54 +0000 (07:30 +0200)
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
Makefile
changelog.Debian
control.in
pve-zsync

index f0b8bb2cdc3f53994dc1a1a91ebce333431d198f..5b4e16002b5870ebaf7a7c20df22cd4bdd12d64d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ deb ${DEB}:
        install -d debian/var/lib/pve-zsync
        install -d debian/etc/cron.d/
        echo "SHELL=/bin/sh" >> debian/etc/cron.d/pve-zsync
-       echo "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" >> debian/etc/cron.d/pve-zsync 
+       echo "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" >> debian/etc/cron.d/pve-zsync
        make DESTDIR=${CURDIR}/debian install
        install -d -m 0755 debian/DEBIAN
        sed -e s/@@VERSION@@/${VERSION}/ -e s/@@PKGRELEASE@@/${PKGREL}/ -e s/@@ARCH@@/${ARCH}/ <control.in >debian/DEBIAN/control
index 60db57653a2151e294787d0195fc315b66b7841f..2bdafa57573f0f945237a64aa277fb669806c850 100644 (file)
@@ -1,6 +1,5 @@
-libpve-pvesync-perl (0.0-1) unstable; urgency=low
+pve-zsync (0.0-1) unstable; urgency=low
 
   * initial package
 
  -- Proxmox Support Team <support@proxmox.com>  So, 8 Mar 2015 18:34:19 +0100
-
index 895896b57100ddb900ab2f0933e053307e7849bc..e56ab8b7756c21efaebe3e73c6bf2b528d89e8aa 100644 (file)
@@ -1,4 +1,4 @@
-Package: pve-zsync-perl
+Package: pve-zsync
 Version: @@VERSION@@-@@PKGRELEASE@@
 Section: perl
 Priority: optional
index b187e6cdb6db11cffbeeeeb96ec30ce8cad25486..9d6f8685d49bf6d2037c9f440d0230fd21a5ba1d 100644 (file)
--- a/pve-zsync
+++ b/pve-zsync
@@ -326,7 +326,7 @@ sub init {
     my $check = check_pool_exsits($source->{abs_path}, $source->{ip}) if !$source->{vmid} && $source->{abs_path};
 
     die "Pool $source->{abs_path} does not exists\n" if undef($check);
-    
+
     my $add_job = sub {
        my ($vm, $name) = @_;
        my $source = "";