[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#602164: unblock: flickcurl/1.19-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception

Please unblock package flickcurl

It fixes a missing dependency; libflickcurl-dev needs to depend on
libraptor1-dev. Patch attached.

Please let me know if some changes seem incorrect or suspicious.

unblock flickcurl/1.19-2

Thanks!

Kumar

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -Nru flickcurl-1.19/debian/changelog flickcurl-1.19/debian/changelog
--- flickcurl-1.19/debian/changelog	2010-07-27 22:32:54.000000000 -0500
+++ flickcurl-1.19/debian/changelog	2010-11-01 23:02:07.000000000 -0500
@@ -1,3 +1,11 @@
+flickcurl (1.19-2) unstable; urgency=low
+
+  * libflickcurl-dev should depend on libraptor1-dev. Thanks to Hubert
+    Figuiere for pointing this out. (Closes: #602156)
+  * Standards Version is now 3.9.1 (No changes needed).
+
+ -- Kumar Appaiah <akumar@debian.org>  Mon, 01 Nov 2010 23:01:55 -0500
+
 flickcurl (1.19-1) unstable; urgency=low
 
   * New upstream release
diff -Nru flickcurl-1.19/debian/control flickcurl-1.19/debian/control
--- flickcurl-1.19/debian/control	2010-07-27 22:32:39.000000000 -0500
+++ flickcurl-1.19/debian/control	2010-11-01 23:01:15.000000000 -0500
@@ -4,7 +4,7 @@
 Maintainer: Kumar Appaiah <akumar@debian.org>
 Uploaders: Dave Beckett <dajobe@debian.org>
 Build-Depends: debhelper (>= 6), autotools-dev, libraptor1-dev
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://librdf.org/flickcurl/
 Vcs-Git: git://git.debian.org/git/collab-maint/flickcurl.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/flickcurl.git
@@ -12,7 +12,7 @@
 Package: libflickcurl-dev
 Section: libdevel
 Architecture: any
-Depends: libflickcurl0 (= ${binary:Version}), libxml2-dev, ${misc:Depends}
+Depends: libflickcurl0 (= ${binary:Version}), libxml2-dev, libraptor1-dev, ${misc:Depends}
 Description: C library for accessing the Flickr API - development files
  Flickcurl is a C library for the Flickr API, handling creating the
  requests, signing, token management, calling the API, marshalling

Reply to: