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

Bug#689154: unblock: gnunet/0.9.3-5



Le 12/01/2013 12:46, Holger Levsen a écrit :
> Hi Bertrand,
> 
> can you please prepare gnunet/0.9.3-5 with these changes?!
> 
> 
> thanks,
> 	Holger

Hi,

Sorry, I was a bit behind my work with the holidays, but I finally
prepared gnunet/0.9.3-5. I uploaded it to mentors:
http://mentors.debian.net/debian/pool/main/g/gnunet/gnunet_0.9.3-5.dsc

You'll find attached the full debdiff to the version in Wheezy.

Cheers,
Bertrand
diff -Nru gnunet-0.9.3/debian/changelog gnunet-0.9.3/debian/changelog
--- gnunet-0.9.3/debian/changelog	2012-12-09 11:35:52.000000000 +0100
+++ gnunet-0.9.3/debian/changelog	2013-01-13 18:00:32.000000000 +0100
@@ -1,3 +1,36 @@
+gnunet (0.9.3-5) unstable; urgency=low
+
+  * Revert previous changes to target wheezy:
+    + depend on gettext.
+    + drop patch to fix build on kfreebsd.
+    + drop patch to change default option UNIX_MATCH_UID.
+    + drop patch about libgcrypt version check.
+
+ -- Bertrand Marc <beberking@gmail.com>  Sun, 13 Jan 2013 18:00:29 +0100
+
+gnunet (0.9.3-4) unstable; urgency=low
+
+  [ Bertrand Marc ]
+  * Drop dependency on gettext for gnunet-client and gnunet-server as it is not
+    necessary, thanks to Ivan Shmakov (Closes: #690860).
+  * Revert the use dh_installdocs --link-doc (Closes: #687875, #687881,
+    #687883).
+  * Fix build on kfreebsd, thanks to Christoph Egger (Closes: #688486).
+  * Allways install libnss to /lib and fix FTBFS on ia64 (Closes: #688590).
+  * Install libnss to /lib, really fix #688590, thanks to Christian Grothoff.
+  * Change default option UNIX_MATCH_UID for services datastore and namestore,
+    so users in the gnunet group may use these services (Closes: #686238,
+    #684317).
+  * Update libgcrypt version check to a less strict check, patch picked from
+    upstream, following Werner Koch's advice (Closes: #684997).
+  * gnunet-server.postinst: check the existence of a binary before changing its
+    permissions (Closes: #688484).
+
+  [ David Prévot ]
+  * debian/po/fr.po: Fix charset, and use non-breaking spaces.
+
+ -- Bertrand Marc <beberking@gmail.com>  Mon, 22 Oct 2012 22:52:43 +0200
+
 gnunet (0.9.3-3) unstable; urgency=low
 
   * debian/control: update Vcs-* to the new repository in collab-maint.
diff -Nru gnunet-0.9.3/debian/gnunet-client.docs gnunet-0.9.3/debian/gnunet-client.docs
--- gnunet-0.9.3/debian/gnunet-client.docs	1970-01-01 01:00:00.000000000 +0100
+++ gnunet-0.9.3/debian/gnunet-client.docs	2012-12-09 12:00:00.000000000 +0100
@@ -0,0 +1,2 @@
+AUTHORS
+README
diff -Nru gnunet-0.9.3/debian/gnunet-dev.docs gnunet-0.9.3/debian/gnunet-dev.docs
--- gnunet-0.9.3/debian/gnunet-dev.docs	1970-01-01 01:00:00.000000000 +0100
+++ gnunet-0.9.3/debian/gnunet-dev.docs	2012-12-09 12:00:00.000000000 +0100
@@ -0,0 +1,2 @@
+AUTHORS
+README
diff -Nru gnunet-0.9.3/debian/gnunet.docs gnunet-0.9.3/debian/gnunet.docs
--- gnunet-0.9.3/debian/gnunet.docs	1970-01-01 01:00:00.000000000 +0100
+++ gnunet-0.9.3/debian/gnunet.docs	2012-12-09 12:00:00.000000000 +0100
@@ -0,0 +1,2 @@
+AUTHORS
+README
diff -Nru gnunet-0.9.3/debian/gnunet-server.docs gnunet-0.9.3/debian/gnunet-server.docs
--- gnunet-0.9.3/debian/gnunet-server.docs	2012-12-09 11:35:52.000000000 +0100
+++ gnunet-0.9.3/debian/gnunet-server.docs	2012-12-09 12:00:00.000000000 +0100
@@ -1,2 +1,4 @@
+AUTHORS
+README
 doc/README.mysql
 doc/README.postgres
diff -Nru gnunet-0.9.3/debian/gnunet-server.install gnunet-0.9.3/debian/gnunet-server.install
--- gnunet-0.9.3/debian/gnunet-server.install	2012-12-09 11:35:52.000000000 +0100
+++ gnunet-0.9.3/debian/gnunet-server.install	2012-12-09 12:00:00.000000000 +0100
@@ -41,9 +41,9 @@
 usr/lib/libgnunettransporttesting.so.*
 usr/lib/libgnunettun.so.*
 usr/lib/libgnunetvpn.so.*
-usr/lib/libnss_gns.so.2
-usr/lib/libnss_gns4.so.2
-usr/lib/libnss_gns6.so.2
+lib/libnss_gns.so.2
+lib/libnss_gns4.so.2
+lib/libnss_gns6.so.2
 usr/lib/gnunet/*.so
 usr/share/gnunet/config.d
 usr/share/gnunet/hellos/*
diff -Nru gnunet-0.9.3/debian/patches/configure_libnss.diff gnunet-0.9.3/debian/patches/configure_libnss.diff
--- gnunet-0.9.3/debian/patches/configure_libnss.diff	1970-01-01 01:00:00.000000000 +0100
+++ gnunet-0.9.3/debian/patches/configure_libnss.diff	2013-01-13 18:17:19.000000000 +0100
@@ -0,0 +1,14 @@
+--- a/src/gns/nss/Makefile.am
++++ b/src/gns/nss/Makefile.am
+@@ -21,11 +21,7 @@
+ 
+ AM_LDFLAGS=-avoid-version -module -export-dynamic
+ 
+-if HAVE_SUDO
+ nssdir = /lib/
+-else
+-nssdir = $(libdir)
+-endif
+ 
+ LIBTOOL = $(SUDO_BINARY) $(SHELL) $(top_builddir)/libtool
+ 
diff -Nru gnunet-0.9.3/debian/patches/series gnunet-0.9.3/debian/patches/series
--- gnunet-0.9.3/debian/patches/series	2012-12-09 11:35:52.000000000 +0100
+++ gnunet-0.9.3/debian/patches/series	2013-01-13 18:04:46.000000000 +0100
@@ -1,2 +1,3 @@
+configure_libnss.diff
 support_GNU_hurd.patch
 sparc_alignment.patch
diff -Nru gnunet-0.9.3/debian/po/fr.po gnunet-0.9.3/debian/po/fr.po
--- gnunet-0.9.3/debian/po/fr.po	2012-12-09 11:35:52.000000000 +0100
+++ gnunet-0.9.3/debian/po/fr.po	2012-12-29 19:55:49.000000000 +0100
@@ -13,7 +13,7 @@
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
 
@@ -21,7 +21,7 @@
 #. Description
 #: ../gnunet-server.templates:1001
 msgid "GNUnet user:"
-msgstr "Utilisateur GNUnet :"
+msgstr "Utilisateur GNUnet :"
 
 #. Type: string
 #. Description
@@ -39,13 +39,13 @@
 "already exist, it will automatically be created, with no login shell."
 msgstr ""
 "Il est conseillé d'utiliser un identifiant dédié. S'il n'existe pas, il "
-"sera créé sans connexion interactive possible (pas de « shell »)."
+"sera créé sans connexion interactive possible (pas de « shell »)."
 
 #. Type: string
 #. Description
 #: ../gnunet-server.templates:2001
 msgid "GNUnet group:"
-msgstr "Groupe de GNUnet :"
+msgstr "Groupe de GNUnet :"
 
 #. Type: string
 #. Description
@@ -71,7 +71,7 @@
 #. Description
 #: ../gnunet-server.templates:3001
 msgid "Should the GNUnet server be launched on boot?"
-msgstr "Faut-il lancer le démon GNUnet au démarrage du système ?"
+msgstr "Faut-il lancer le démon GNUnet au démarrage du système ?"
 
 #. Type: boolean
 #. Description
diff -Nru gnunet-0.9.3/debian/rules gnunet-0.9.3/debian/rules
--- gnunet-0.9.3/debian/rules	2012-12-09 11:35:52.000000000 +0100
+++ gnunet-0.9.3/debian/rules	2013-01-13 17:59:07.000000000 +0100
@@ -27,6 +27,7 @@
 	
 	# Removing useless files
 	rm -f debian/tmp/usr/lib/*.la debian/tmp/usr/lib/gnunet/*.la \
+		debian/tmp/lib/*.la \
 		debian/tmp/usr/share/doc/gnunet/COPYING \
 		debian/tmp/usr/bin/gnunet-service-template \
 		debian/tmp/usr/bin/gnunet-template \
@@ -35,9 +36,6 @@
 override_dh_install:
 	dh_install -a --fail-missing
 
-override_dh_installdocs:
-	dh_installdocs --link-doc=gnunet-common
-
 override_dh_strip:
 	dh_strip --dbg-package=gnunet-dbg
 

Reply to: