gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4794 - in gnunet-qt: . debian debian/lintian


From: gnunet
Subject: [GNUnet-SVN] r4794 - in gnunet-qt: . debian debian/lintian
Date: Wed, 9 May 2007 09:41:35 -0600 (MDT)

Author: kyheng
Date: 2007-05-09 09:41:34 -0600 (Wed, 09 May 2007)
New Revision: 4794

Added:
   gnunet-qt/debian/
   gnunet-qt/debian/changelog
   gnunet-qt/debian/compat
   gnunet-qt/debian/control
   gnunet-qt/debian/copyright
   gnunet-qt/debian/gnunet-qt.desktop
   gnunet-qt/debian/gnunet-qt.dirs
   gnunet-qt/debian/gnunet-qt.docs
   gnunet-qt/debian/gnunet-qt.install
   gnunet-qt/debian/gnunet-qt.menu
   gnunet-qt/debian/lintian/
   gnunet-qt/debian/lintian/gnunet-qt
   gnunet-qt/debian/rules
Log:
Initial Debian package files import

Added: gnunet-qt/debian/changelog
===================================================================
--- gnunet-qt/debian/changelog                          (rev 0)
+++ gnunet-qt/debian/changelog  2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,5 @@
+gnunet-qt (0.7.1-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #418517)
+
+ -- Arnaud Kyheng <address@hidden>  Tue, 10 Apr 2007 12:25:04 +0200

Added: gnunet-qt/debian/compat
===================================================================
--- gnunet-qt/debian/compat                             (rev 0)
+++ gnunet-qt/debian/compat     2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1 @@
+5

Added: gnunet-qt/debian/control
===================================================================
--- gnunet-qt/debian/control                            (rev 0)
+++ gnunet-qt/debian/control    2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,22 @@
+Source: gnunet-qt
+Section: net
+Priority: optional
+Maintainer: Arnaud Kyheng <address@hidden>
+Uploaders: Daniel Baumann <address@hidden>
+Build-Depends: dpatch, debhelper (>= 5.0.0), gnunet-dev (>= 0.7.1c-1), 
libqt4-dev, libextractor-dev (>= 0.5.9-1), libgcrypt11-dev, libgmp3-dev (>= 
4.0.0)
+Standards-Version: 3.7.2
+
+Package: gnunet-qt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: QT frontend to GNUnet
+ A QT based frontend to gnunet to allow, an alternative to using the command
+ line tools provided by the gnunet-client package.
+ .
+ GNUnet is a framework for secure peer-to-peer networking that does not
+ use any centralized or otherwise trusted services. A first service
+ implemented on top of the networking layer allows anonymous
+ censorship-resistant file-sharing
+ .
+  Homepage: <http://www.gnunet.org/>
+

Added: gnunet-qt/debian/copyright
===================================================================
--- gnunet-qt/debian/copyright                          (rev 0)
+++ gnunet-qt/debian/copyright  2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,29 @@
+This package was debianized by Arnaud Kyheng <address@hidden> on
+Sun, 29 Aug 2004 23:07:45 +0200.
+
+It was downloaded from http://www.gnunet.org/download.php3 
+
+Upstream Author:  
+ Primary developers:
+       Christian Grothoff <address@hidden>
+       Nils Durner <address@hidden>
+       Michael John Wensley <address@hidden>
+ For other contributors refer to the AUTHORS file in the source code.
+
+Copyright: GPL
+  This package is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; version 2 dated June, 1991.
+
+  This package is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this package; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  02110-1301  USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: gnunet-qt/debian/gnunet-qt.desktop
===================================================================
--- gnunet-qt/debian/gnunet-qt.desktop                          (rev 0)
+++ gnunet-qt/debian/gnunet-qt.desktop  2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Encoding=UTF-8
+Name=GNUnet-qt
+GenericName=GNUnet-qt
+Comment=QT frontend to GNUnet
+TryExec=
+Exec=gnunet-qt
+Icon=gnunet-qt
+Terminal=false
+Categories=Application;Network;Peer-to-peer;QT;

Added: gnunet-qt/debian/gnunet-qt.dirs
===================================================================
--- gnunet-qt/debian/gnunet-qt.dirs                             (rev 0)
+++ gnunet-qt/debian/gnunet-qt.dirs     2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,16 @@
+usr/bin
+usr/lib
+usr/lib/GNUnet
+usr/share
+usr/share/applications
+usr/share/pixmaps
+usr/share/gnunet-gtk
+usr/share/locale
+usr/share/locale/de
+usr/share/locale/de/LC_MESSAGES
+usr/share/locale/rw
+usr/share/locale/rw/LC_MESSAGES
+usr/share/locale/vi
+usr/share/locale/vi/LC_MESSAGES
+usr/include
+usr/include/GNUnet

Added: gnunet-qt/debian/gnunet-qt.docs
===================================================================
--- gnunet-qt/debian/gnunet-qt.docs                             (rev 0)
+++ gnunet-qt/debian/gnunet-qt.docs     2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,4 @@
+NEWS
+README
+TODO
+

Added: gnunet-qt/debian/gnunet-qt.install
===================================================================
--- gnunet-qt/debian/gnunet-qt.install                          (rev 0)
+++ gnunet-qt/debian/gnunet-qt.install  2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,4 @@
+debian/tmp/usr/bin/gnunet-qt
+debian/tmp/usr/share/pixmaps/gnunet-qt.png
+debian/tmp/usr/share/applications/gnunet-qt.desktop
+debian/tmp/usr/lib/*.so.*

Added: gnunet-qt/debian/gnunet-qt.menu
===================================================================
--- gnunet-qt/debian/gnunet-qt.menu                             (rev 0)
+++ gnunet-qt/debian/gnunet-qt.menu     2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,6 @@
+?package(gnunet-qt):\
+  needs="X11"\
+  section="Apps/Net"\
+  title="QT GNUnet" \
+  icon="/usr/share/pixmaps/gnunet-qt.png" \
+  command="/usr/bin/gnunet-qt"

Added: gnunet-qt/debian/lintian/gnunet-qt
===================================================================
--- gnunet-qt/debian/lintian/gnunet-qt                          (rev 0)
+++ gnunet-qt/debian/lintian/gnunet-qt  2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1 @@
+gnunet-qt: package-name-doesnt-match-sonames

Added: gnunet-qt/debian/rules
===================================================================
--- gnunet-qt/debian/rules                              (rev 0)
+++ gnunet-qt/debian/rules      2007-05-09 15:41:34 UTC (rev 4794)
@@ -0,0 +1,96 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpatch/dpatch.make
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -O0
+else
+       CFLAGS += -O2
+endif
+
+config.status: configure patch-stamp
+       dh_testdir
+
+       # Configuring package
+       ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
--disable-rpath --with-qt=/usr --with-extractor=/usr --with-gnunet=/usr 
CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+build: build-stamp
+build-stamp: config.status
+       dh_testdir
+
+       # Building package
+       $(MAKE)
+
+       touch build-stamp
+
+clean: unpatch
+       dh_testdir
+       dh_testroot
+       dh_clean config.log config.status
+       rm -f build-stamp
+
+       # Cleaning package
+       -$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+       cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+       cp -f /usr/share/misc/config.guess config.guess
+endif
+
+       dh_clean
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k
+       dh_installdirs
+
+       # Installing package
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp 
INSTALL_ROOT=$(CURDIR)/debian/tmp
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/pixmaps
+       cp pixmaps/gnunet-logo-small.png 
$(CURDIR)/debian/tmp/usr/share/pixmaps/gnunet-qt.png
+       # Gnome and KDE desktop menu
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/applications
+       cp debian/gnunet-qt.desktop $(CURDIR)/debian/tmp/usr/share/applications/
+
+       # Installing lintian overrides
+       for LINTIAN in debian/lintian/*; \
+       do \
+               install -D -m 0644 $$LINTIAN debian/`basename 
$$LINTIAN`/usr/share/lintian/overrides/`basename $$LINTIAN` || exit 1; \
+       done
+
+binary-indep: build install
+
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs ChangeLog
+       dh_installdocs
+       dh_install --autodest
+       dh_movefiles
+       dh_installman
+       dh_link
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_makeshlibs
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: gnunet-qt/debian/rules
___________________________________________________________________
Name: svn:executable
   + *





reply via email to

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