tags 604218 patch 
thanks

Hi,

>> Creating config file /etc/nss-pgsql-root.conf with new version
>> Installing chroot environnement at /var/lib/gforge/chroot
>> ............................
>> cp: cannot stat `/lib/libcap*': No such file or directory

 It is called by deb-specific/install-chroot.sh but no dependency with
 (probably) libcap2 package. Here's a patch, check it please.

 
diff -u fusionforge-5.0.2/debian/changelog fusionforge-5.0.2/debian/changelog
--- fusionforge-5.0.2/debian/changelog
+++ fusionforge-5.0.2/debian/changelog
@@ -1,3 +1,11 @@
+fusionforge (5.0.2-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - gforge-shell-postgresql: add "Depends: libcap2"
+
+ -- Hideki Yamane <henr...@debian.org>  Thu, 25 Nov 2010 17:51:06 +0900
+
 fusionforge (5.0.2-4) unstable; urgency=low

   * Fixed logic in create-mailing-lists.pl script, allowing it to actually
--- fusionforge-5.0.2.orig/debian/control
+++ fusionforge-5.0.2/debian/control
@@ -186,7 +186,7 @@

 Package: gforge-shell-postgresql
 Architecture: all
-Depends: gforge-common, gforge-db-postgresql, perl, debianutils (>= 1.7), 
debconf (>= 1.0.32) | debconf-2.0, ucf, openssh-server, libnss-pgsql2, ${misc:
Depends}
+Depends: gforge-common, gforge-db-postgresql, perl, debianutils (>= 1.7), 
debconf (>= 1.0.32) | debconf-2.0, ucf, openssh-server, libnss-pgsql2, libcap2
, ${misc:Depends}
 Provides: gforge-shell
 Conflicts: gforge-shell
 Recommends: nscd



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to