tags 553250 + patch pending
thanks
Dear maintainer,
I've prepared an NMU for posixlock (versioned as 0.0.1-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
--
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u posixlock-0.0.1/debian/changelog posixlock-0.0.1/debian/changelog
--- posixlock-0.0.1/debian/changelog
+++ posixlock-0.0.1/debian/changelog
@@ -1,3 +1,14 @@
+posixlock (0.0.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control:
+ - add missing ${shlibs:Depends} to avoid lacking libc6 dependency
+ (Closes: #553250)
+ - add missing ${misc:Depends}
+ - fix wrong Section: set it to "ruby"
+
+ -- Stefano Zacchiroli <[email protected]> Fri, 04 Dec 2009 16:04:30 +0100
+
posixlock (0.0.1-1) unstable; urgency=low
* Initial Release.
diff -u posixlock-0.0.1/debian/control posixlock-0.0.1/debian/control
--- posixlock-0.0.1/debian/control
+++ posixlock-0.0.1/debian/control
@@ -1,5 +1,5 @@
Source: posixlock
-Section: devel
+Section: ruby
Priority: optional
Maintainer: Tomas Pospisek <[email protected]>
Build-Depends: debhelper (>= 4.0.0), ruby, ruby1.8-dev, cdbs, ruby-pkg-tools
@@ -7,7 +7,7 @@
Package: libposixlock-ruby
Architecture: all
-Depends: libposixlock-ruby1.8
+Depends: libposixlock-ruby1.8, ${misc:Depends}
Description: posix locking for ruby
This library adds posix type (lockf / fcntl based and nfs safe) locking
methods to ruby's builtin 'File' class
@@ -17,7 +17,7 @@
Package: libposixlock-ruby1.8
Architecture: any
-Depends: ruby1.8
+Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
Description: posix locking for ruby
This library adds posix type (lockf / fcntl based and nfs safe) locking
methods to ruby's builtin 'File' class