[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. 0.2.3-66-g1b8a655

Andres Mejia (none) andres at andres-laptop.
Tue Jun 3 07:45:39 UTC 2008


The following commit has been merged in the master branch:
commit 1b8a655a51e5e81ab7ce400bcbb283dec7b13a2e
Author: Andres Mejia <andres at andres-laptop.(none)>
Date:   Tue Jun 3 00:45:30 2008 -0700

    debpool needs liblinux-inotify2-perl as a Dependency. Need to correct this later

diff --git a/debian/changelog b/debian/changelog
index 36cb8b8..4c80794 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,7 +53,7 @@ debpool (0.3.2) experimental; urgency=low
     + Closes: #415447
   * Added inotify2 support. Closes: #415272
     + Thanks Magnus Holmgren.
-    + Needs liblinux-inotify2-perl so adding a Recommends.
+    + Needs liblinux-inotify2-perl.
   * Allow Release files to generate SHA256 checksums as well.
     + Needs libdigest-sha-perl so changed debian/control accordingly.
   * Fixed problem where reuploading an orig tarball would be rejected
diff --git a/debian/control b/debian/control
index 0f033fe..25c559e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ DM-Upload-Allowed: yes
 
 Package: debpool
 Architecture: all
-Depends: ${perl:Depends}
-Recommends: gnupg, libdigest-sha-perl, libproc-daemon-perl, liblinux-inotify2-perl, libcompress-zlib-perl
+Depends: ${perl:Depends}, liblinux-inotify2-perl
+Recommends: gnupg, libdigest-sha-perl, libproc-daemon-perl, libcompress-zlib-perl
 Description: pool-based Debian package archiver
  DebPool is a package archive maintenance utility designed with a goal of
  removing any dependency on code not shipped as part of the core Debian

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list