gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6720 - GNUnet/debian


From: gnunet
Subject: [GNUnet-SVN] r6720 - GNUnet/debian
Date: Thu, 17 Apr 2008 03:37:37 -0600 (MDT)

Author: elmargol
Date: 2008-04-17 03:37:37 -0600 (Thu, 17 Apr 2008)
New Revision: 6720

Modified:
   GNUnet/debian/changelog
   GNUnet/debian/control
   GNUnet/debian/rules
Log:
some changes

Modified: GNUnet/debian/changelog
===================================================================
--- GNUnet/debian/changelog     2008-04-17 08:47:49 UTC (rev 6719)
+++ GNUnet/debian/changelog     2008-04-17 09:37:37 UTC (rev 6720)
@@ -1,13 +1,23 @@
-gnunet (0.8.0pre0-0 unstable; urgency=low
-  * New upstream version
-    - Use libmicrohttpd 0.3.0
-    - Use libextractor 0.5.20
+gnunet (0.8.0pre0-2 unstable; urgency=low
+  * Make the pre version work
     - gnunet-server.postinst check if /var/run/gnunetd exist  
-    - New hostlist for 0.8.0 
+    - Switch to the new hostlist for 0.8.0 
     - Do not provide /var/run/gnunetd (/var/run is tmpfs)
 
  -- Markus Golser <address@hidden>  Sat, 12 Apr 2008 14:29:25 +0200
 
+gnunet (0.8.0~pre0-2) experimental; urgency=low
+
+  * Tightened gnunet inter depends (Closes: #470180).
+
+ -- Daniel Baumann <address@hidden>  Tue, 25 Mar 2008 11:49:00 +0100
+
+gnunet (0.8.0~pre0-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Daniel Baumann <address@hidden>  Fri,  7 Mar 2008 16:19:00 +0100
+
 gnunet (0.7.3-4) unstable; urgency=medium
 
   * Adding updated Dutch debconf translation from Bart Cornelis
@@ -27,7 +37,7 @@
     included to gnunet-dev before.
 
  -- Daniel Baumann <address@hidden>  Mon, 21 Jan 2008 20:22:00 +0100
- 
+
 gnunet (0.7.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: GNUnet/debian/control
===================================================================
--- GNUnet/debian/control       2008-04-17 08:47:49 UTC (rev 6719)
+++ GNUnet/debian/control       2008-04-17 09:37:37 UTC (rev 6720)
@@ -1,10 +1,9 @@
 Source: gnunet
 Section: net
 Priority: optional
-Maintainer: Ubuntu MOTU Developers <address@hidden>
-XSBC-Original-Maintainer: Arnaud Kyheng <address@hidden>
+Maintainer: Arnaud Kyheng <address@hidden>
 Uploaders: Daniel Baumann <address@hidden>
-Build-Depends: debhelper (>= 5), autotools-dev, dialog (>= 1.1-20071028-3), 
gettext, guile-1.8-dev, libadns1-dev, libcurl4-gnutls-dev, libextractor-dev (>= 
0.5.20), libgcrypt11-dev, libglade2-dev, libgmp3-dev, libgtk2.0-dev, 
libmicrohttpd-dev (>= 0.3.0), libltdl3-dev, libmysqlclient15-dev, 
libncursesw5-dev, libsqlite3-dev, libxml2-dev, po-debconf, zlib1g-dev
+Build-Depends: debhelper (>= 5), autotools-dev, dialog (>= 1.1-20071028-3), 
gettext, guile-1.8-dev, libadns1-dev, libcurl4-gnutls-dev, libextractor-dev (>= 
0.5.18), libgcrypt11-dev, libglade2-dev, libgmp3-dev, libgtk2.0-dev, 
libmicrohttpd-dev (>= 0.2.0), libltdl3-dev, libmysqlclient15-dev, 
libncursesw5-dev, libsqlite3-dev, libxml2-dev, po-debconf, zlib1g-dev
 Standards-Version: 3.7.3
 Homepage: http://www.gnunet.org/
 
@@ -73,7 +72,7 @@
 Package: gnunet-dev
 Section: libdevel
 Architecture: any
-Depends: gnunet-server (= ${binary:Version}), gnunet-client (= 
${binary:Version}), gnunet-tools (= ${binary:Version}), libextractor-dev (>= 
0.5.20)
+Depends: gnunet-server (= ${binary:Version}), gnunet-client (= 
${binary:Version}), gnunet-tools (= ${binary:Version}), libextractor-dev (>= 
0.5.18)
 Description: secure, trust-based peer-to-peer framework (development)
  GNUnet is a peer-to-peer framework which focuses on providing security. All
  link-to-link messages in the network are confidential and authenticated. The

Modified: GNUnet/debian/rules
===================================================================
--- GNUnet/debian/rules 2008-04-17 08:47:49 UTC (rev 6719)
+++ GNUnet/debian/rules 2008-04-17 09:37:37 UTC (rev 6720)
@@ -20,7 +20,7 @@
        dh_testdir
 
        # Configuring package
-       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--enable-guile --enable-ipv6 disable-rpath --with-extractor=/usr 
--with-guile=/usr --with-libcurl=/usr --with-libgcrypt=/usr --with-mysql=/usr 
--with-sqlite=/usr --with-microhttpd=/usr
+       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--enable-guile --enable-ipv6 disable-rpath --with-extractor=/usr 
--with-guile=/usr --with-libcurl=/usr --with-libgcrypt=/usr --with-mysql=/usr 
--with-sqlite=/usr
 
 build: build-stamp
 build-stamp: config.status
@@ -82,7 +82,7 @@
        dh_fixperms -a
        dh_makeshlibs -a
        dh_installdeb -a
-       dh_shlibdeps -v -a
+       dh_shlibdeps -a
        dh_gencontrol -a
        dh_md5sums -a
        dh_builddeb -a





reply via email to

[Prev in Thread] Current Thread [Next in Thread]