Hello,

I'm doing an NMU of gnunet-gtk to fix #350150; diff attached.

Thanks,

Matej
diff -u gnunet-gtk-0.7.0b/debian/changelog gnunet-gtk-0.7.0b/debian/changelog
--- gnunet-gtk-0.7.0b/debian/changelog
+++ gnunet-gtk-0.7.0b/debian/changelog
@@ -1,3 +1,11 @@
+gnunet-gtk (0.7.0b-1.1) unstable; urgency=high
+
+  * NMU.
+  * Replace hardcoded dependencies with ${shlibs:Depends}.
+    Closes: #350150.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Mon, 20 Feb 2006 09:11:50 +0100
+
 gnunet-gtk (0.7.0b-1) unstable; urgency=low
 
   * New upstream release.
diff -u gnunet-gtk-0.7.0b/debian/control gnunet-gtk-0.7.0b/debian/control
--- gnunet-gtk-0.7.0b/debian/control
+++ gnunet-gtk-0.7.0b/debian/control
@@ -8,7 +8,7 @@
 
 Package: gnunet-gtk
 Architecture: any
-Depends: gnunet (>= 0.7.0a-1), libgtk2.0-0 (>= 2.6.0-1), libglade2-0, 
libextractor1c2a (>= 0.5.7-1), libgcrypt11, libgmp3c2
+Depends: ${shlibs:Depends}
 Description: GTK frontend to GNUnet
  A GTK based frontend to gnunet to allow, an alternative to using the command
  line tools provided by the gnunet package.

Reply via email to