[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. 0.2.3-63-g38a32aa

ceros-guest ceros-guest at alioth.debian.org
Tue Jun 3 07:06:58 UTC 2008


The following commit has been merged in the master branch:
commit 3f8398f7ca801e4ba7f63123ac5b9fe4fe2f6991
Author: ceros-guest <ceros-guest>
Date:   Wed Jan 9 17:47:45 2008 +0000

    Adding Recommends of linlinux-inotify2-perl

diff --git a/debian/changelog b/debian/changelog
index 6110e6c..abd20dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ debpool (0.2.4~unreleased0) experimental; urgency=low
     + Closes: #415447
   * Added inotify2 support. Closes: #415272
     + Thanks Magnus Holmgren.
+    + Needs liblinux-inotify2-perl so adding a Recommends.
   * 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 66083d8..50bc0ff 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,12 @@ Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 4)
 Vcs-SVN: svn://svn.debian.org/svn/debpool
 Vcs-Browser: http://svn.debian.org/wsvn/debpool/?op=log
-Homepage: http://alioth.debian.org/projects/debpool
+Homepage: http://wiki.debian.org/debpool
 
 Package: debpool
 Architecture: all
 Depends: ${perl:Depends}
-Recommends: gnupg, libdigest-sha-perl, libproc-daemon-perl
+Recommends: gnupg, libdigest-sha-perl, libproc-daemon-perl, liblinux-inotify2-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
@@ -25,6 +25,7 @@ Description: pool-based Debian package archiver
    * Verifying package signatures (requires gnupg).
    * Signing release files (requires Release files and gnupg).
    * Running in single-pass or daemon modes.
+   * Process incoming packages using Inotify (requires liblinux-inotify2-perl)
  .
  DebPool is intended to be a lightweight replacement for the full Debian
  archival scripts, in the tradition of debarchive and mini-dinstall, but
diff --git a/share/DebPool/Config.pm b/share/DebPool/Config.pm
index 4b9ae5b..540b35f 100644
--- a/share/DebPool/Config.pm
+++ b/share/DebPool/Config.pm
@@ -899,7 +899,7 @@ $OptionDefs{'sleep'} = 'sleep=i';
 
 =item B<use_inotify> = I<boolean>
 
-Sets whether debpool should use inotify to monitor for incoming changes
+Sets whether debpool should use inotify to monitor for incoming changes.
 
 Default value: 0 (false)
 

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list