[med-svn] r11151 - in trunk/packages: . quazip quazip/trunk quazip/trunk/debian quazip/trunk/debian/source

Eric Maeker ericmaeker-guest at alioth.debian.org
Fri Jun 1 11:21:41 UTC 2012


Author: ericmaeker-guest
Date: 2012-06-01 11:21:41 +0000 (Fri, 01 Jun 2012)
New Revision: 11151

Added:
   trunk/packages/quazip/
   trunk/packages/quazip/tags/
   trunk/packages/quazip/tarballs/
   trunk/packages/quazip/trunk/
   trunk/packages/quazip/trunk/debian/
   trunk/packages/quazip/trunk/debian/README.Debian
   trunk/packages/quazip/trunk/debian/README.source
   trunk/packages/quazip/trunk/debian/changelog
   trunk/packages/quazip/trunk/debian/compat
   trunk/packages/quazip/trunk/debian/control
   trunk/packages/quazip/trunk/debian/copyright
   trunk/packages/quazip/trunk/debian/docs
   trunk/packages/quazip/trunk/debian/quazip-dev.install
   trunk/packages/quazip/trunk/debian/quazip0.install
   trunk/packages/quazip/trunk/debian/rules
   trunk/packages/quazip/trunk/debian/source/
   trunk/packages/quazip/trunk/debian/source/format
   trunk/packages/quazip/trunk/debian/watch
Log:
quazip: first, non-functionnal, draft debian files


Property changes on: trunk/packages/quazip/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/packages/quazip/trunk/debian/README.Debian
===================================================================
--- trunk/packages/quazip/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/README.Debian	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1,6 @@
+quazip for Debian
+-----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- volker <email at email.com>  Sun, 15 Jan 2012 01:25:29 +0100

Added: trunk/packages/quazip/trunk/debian/README.source
===================================================================
--- trunk/packages/quazip/trunk/debian/README.source	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/README.source	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1,9 @@
+quazip for Debian
+-----------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+

Added: trunk/packages/quazip/trunk/debian/changelog
===================================================================
--- trunk/packages/quazip/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/changelog	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1,5 @@
+quazip (0.4.4-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #675276)
+
+ -- Eric Maeker <eric.maeker at gmail.com>  Mon, 30 May 2012 00:00:00 +0100

Added: trunk/packages/quazip/trunk/debian/compat
===================================================================
--- trunk/packages/quazip/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/compat	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1 @@
+9

Added: trunk/packages/quazip/trunk/debian/control
===================================================================
--- trunk/packages/quazip/trunk/debian/control	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/control	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1,59 @@
+Source: quazip
+Section: libs
+Priority: optional
+Maintainer: Eric Maeker <eric.maeker at gmail.com>, Debian Med Project List <debian-med at lists.debian.org>
+Uploaders: Eric Maeker <eric.maeker at gmail.com>,
+ Andreas Tille <tille at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 9), libqt4-dev (>= 4.7.0), libxext-dev, zlib1g-dev
+Standards-Version: 3.9.3
+Homepage: https://sourceforge.net/projects/quazip/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/quazip
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/quazip/trunk/
+
+Package: libquazip0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4 (>= 4.7.0), zlib1g
+Description: QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package.
+ QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
+ can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
+ .
+ QuaZIP allows you to access files inside ZIP archives using QIODevice API,
+ and that means that you can also use QTextStream, QDataStream or
+ whatever you would like to use on your zipped files.
+ .
+ QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
+ from and writing to ZIP archives.
+
+Package: libquazip-dev
+Section: libdevel
+Architecture: any
+Depends: libquazip0 (= ${binary:Version}), ${misc:Depends}
+Description: QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package.
+ QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
+ can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
+ .
+ QuaZIP allows you to access files inside ZIP archives using QIODevice API,
+ and that means that you can also use QTextStream, QDataStream or
+ whatever you would like to use on your zipped files.
+ .
+ QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
+ from and writing to ZIP archives.
+
+Package: libquazip-dbg
+Section: debug
+Architecture: any
+Recommends: libqt4-dbg
+Depends: ${shlibs:Depends}, ${misc:Depends}, libquazip0 (= ${binary:Version})
+Replaces: libquazip0-dbg (<< 0.4.3)
+Breaks: libquazip0-dbg (<< 0.4.3)
+Description:   QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package.
+ QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
+ can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
+ .
+ QuaZIP allows you to access files inside ZIP archives using QIODevice API,
+ and that means that you can also use QTextStream, QDataStream or
+ whatever you would like to use on your zipped files.
+ .
+ QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
+ from and writing to ZIP archives.

Added: trunk/packages/quazip/trunk/debian/copyright
===================================================================
--- trunk/packages/quazip/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/copyright	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: quazip
+Source: https://sourceforge.net/projects/quazip/
+
+Files: *
+Copyright: 2005-2011 Sergey A. Tachenov
+License: GPL2+ or LGPL
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+Comment: On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL'.
+Remark: Here we are using LGPL to be able to link against a BSD licensed
+ program
+
+Copyright: 2012, Eric Maeker <eric.maeker at gmail.com>
+                 Andreas Tille <tille at debian.org>
+License: BSD-revised
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.

Added: trunk/packages/quazip/trunk/debian/docs
===================================================================
Added: trunk/packages/quazip/trunk/debian/quazip-dev.install
===================================================================
--- trunk/packages/quazip/trunk/debian/quazip-dev.install	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/quazip-dev.install	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1,5 @@
+usr/lib/*.so*
+usr/lib/*.a
+usr/include/*
+usr/lib/pkgconfig/*.pc
+usr/share/cmake-*/Modules/FindQuaZip.cmake

Added: trunk/packages/quazip/trunk/debian/quazip0.install
===================================================================
--- trunk/packages/quazip/trunk/debian/quazip0.install	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/quazip0.install	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1 @@
+usr/lib/libquazip.so*

Added: trunk/packages/quazip/trunk/debian/rules
===================================================================
--- trunk/packages/quazip/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/rules	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_configure:
+	qmake quazip/quazip.pro PREFIX=$(CURDIR)/debian/tmp/usr/lib/ LIBS+=-lz
+	
+# Clean build path
+override_dh_auto_clean:
+	rm -Rf quazip/.obj
+	rm -Rf quazip/.moc
+	dh_auto_clean
+	find . -name Makefile -delete
+
+# Make the lib
+override_dh_auto_build:
+	make
+
+# Install all projects
+override_dh_auto_install:
+	make install
+
+override_dh_install:	
+	dh_install
+
+#override_dh_shlibdeps:
+#	LD_LIBRARY_PATH=debian/tmp/usr/lib/freemedforms dh_shlibdeps -l/usr/lib/freemedforms


Property changes on: trunk/packages/quazip/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/quazip/trunk/debian/source/format
===================================================================
--- trunk/packages/quazip/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/source/format	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/quazip/trunk/debian/watch
===================================================================
--- trunk/packages/quazip/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/quazip/trunk/debian/watch	2012-06-01 11:21:41 UTC (rev 11151)
@@ -0,0 +1,3 @@
+version=3
+http://sf.net/quazip/quazip-(.+)\.(?:tar\.gz)
+# http://sourceforge.net/projects/quazip/files/quazip/0.4.4/quazip-0.4.4.tar.gz/download




More information about the debian-med-commit mailing list