debian/0000755000000000000000000000000012312741551007167 5ustar debian/docs0000644000000000000000000000000712265714103010037 0ustar README debian/rules0000755000000000000000000000073212265723013010251 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- V=1 override_dh_auto_build: CLCFLAGS="$(shell dpkg-buildflags --get CFLAGS)" make override_dh_installchangelogs: dh_installchangelogs txt2html Documentation/user-manual.txt > Documentation/user-manual.html cp Documentation/user-manual.txt debian/subsurface/usr/share/doc/subsurface/ cp Documentation/user-manual.html debian/subsurface/usr/share/doc/subsurface/html debian/patches/0000755000000000000000000000000012266022550010615 5ustar debian/patches/hurd.diff0000644000000000000000000000075612266022360012420 0ustar Index: subsurface/qt-ui/subsurfacewebservices.cpp =================================================================== --- subsurface.orig/qt-ui/subsurfacewebservices.cpp 2014-01-16 09:29:15.045387887 +0100 +++ subsurface/qt-ui/subsurfacewebservices.cpp 2014-01-16 19:28:59.998855186 +0100 @@ -22,6 +22,10 @@ # include // for dup(2) #endif +#ifndef PATH_MAX +#define PATH_MAX 4096 +#endif + struct dive_table gps_location_table; static bool merge_locations_into_dives(void); debian/patches/series0000644000000000000000000000001212266022042012017 0ustar hurd.diff debian/watch0000644000000000000000000000010512265714103010214 0ustar version=3 http://subsurface.hohndel.org/downloads/Subsurface-(.*).tgzdebian/compat0000644000000000000000000000000212265714103010365 0ustar 9 debian/subsurface.doc-base0000644000000000000000000000055412265714103012734 0ustar Document: subsurface Title: The subsurface User Manual Author: Jacco Van Koll Abstract: Scope of this document is the usage of the program Section: Mobile Devices Format: text Files: /usr/share/doc/subsurface/user-manual.txt.gz Format: HTML Index: /usr/share/doc/subsurface/html/user-manual.html Files: /usr/share/doc/subsurface/html/*.html debian/control0000644000000000000000000000324312265714103010574 0ustar Source: subsurface Section: utils Priority: optional Maintainer: Debian running development group Uploaders: Khalid El Fathi , Sylvestre Ledru Build-Depends: autoconf, automake, debhelper (>= 9), dh-autoreconf, libdivecomputer-dev (>= 0.3.0), libqt4-dev, libqtwebkit-dev, libosmgpsmap-dev, libgconf2-dev, libtool, libxml2-dev, libxslt-dev, libsoup2.4-dev, pkg-config, txt2html, libzip-dev, libsqlite3-dev, libmarble-dev Standards-Version: 3.9.5 Homepage: http://subsurface.hohndel.org Vcs-Git: git://git.debian.org/pkg-running/subsurface.git Vcs-Browser: http://git.debian.org/?p=pkg-running/subsurface.git;a=summary Package: subsurface Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Logbook program for scuba divers Subsurface is able to track single- and multi-tank dives using air, Nitrox or TriMix. It also allows logging of weights and exposure protection used, dive masters and dive buddies and enables the user to rate dives and provide additional dive notes. . With Subsurface the user can track dive locations including GPS coordinates (which can also conveniently be entered using a map interface). Subsurface calculates a wide variety of statistics of the user's diving and calculates and tracks information like the user's SAC rate, partial pressures of O2, N2 and He, calculated deco information, and many more. debian/changelog0000644000000000000000000000541112312741551011042 0ustar subsurface (4.0.2-2build1) trusty; urgency=medium * No change rebuild for marble transition -- Scott Kitterman Fri, 21 Mar 2014 00:42:55 -0400 subsurface (4.0.2-2) unstable; urgency=low * Fix the FTBFS under HURD -- Sylvestre Ledru Thu, 16 Jan 2014 19:29:17 +0100 subsurface (4.0.2-1) unstable; urgency=low * New upstream release * Force the verbose build mode -- Sylvestre Ledru Thu, 16 Jan 2014 09:29:40 +0100 subsurface (4.0-1) unstable; urgency=low * New (major) upstream release * Switch from gtk to qt * Standards-Version updated to 3.9.5 -- Sylvestre Ledru Tue, 17 Dec 2013 08:53:30 +0100 subsurface (3.1.1-2) unstable; urgency=low * Fix the FTBFS under HURD -- Sylvestre Ledru Fri, 06 Sep 2013 13:44:50 +0200 subsurface (3.1.1-1) unstable; urgency=low * New upstream release -- Sylvestre Ledru Tue, 02 Jul 2013 14:01:36 +0200 subsurface (3.1-1) unstable; urgency=low * New upstream release * Remove patches (updated upstream disable-git-version.diff, disable-silent-make.diff, fix-perm.diff, fixftbfs-kfreebsd-gnu.diff) * Remove patch as dependency * Add libzip-dev and libsqlite3-dev as dependencies -- Sylvestre Ledru Mon, 27 May 2013 13:22:32 +0200 subsurface (3.0.2-1) unstable; urgency=low * Standards-Version updated to 3.9.4 * Upload to unstable * Package repository moved to the pkg-running team -- Sylvestre Ledru Tue, 07 May 2013 16:01:45 +0200 subsurface (3.0.2-1~exp3) experimental; urgency=low * Add libosmgpsmap-dev dependency for OpenStreetMap support (Closes: #703708) -- Sylvestre Ledru Fri, 22 Mar 2013 16:46:17 +0100 subsurface (3.0.2-1~exp2) experimental; urgency=low * Fix the fail to build from sources under Kfreebsd & HURD. -- Sylvestre Ledru Mon, 11 Mar 2013 14:15:29 +0100 subsurface (3.0.2-1~exp1) experimental; urgency=low * New upstream release (Closes: #690436) * Package moved under the Debian running development group umbrella (Closes: #701536) * Add myself among the uploaders (validated by Khalid) * Update of the watch file (Closes: #695449) * Update of the description * Depends on libdivecomputer >= 0.3.0 * Add libsoup2.4-dev as dependency * Use libdivecomputer as a shared library (simplifies the maintenance) (Closes: #690434) * Enable some of the hardening functions * Disable the silent build -- Sylvestre Ledru Mon, 04 Mar 2013 16:56:07 +0100 subsurface (1.2-1) unstable; urgency=low * Initial release (Closes: #641903) -- Khalid El Fathi Thu, 05 Apr 2012 10:45:03 +0200 debian/copyright0000644000000000000000000000443512265714103011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: subsurface Upstream-Contact: Linus Torvalds Source: http://subsurface.hohndel.org X-Upstream-Vcs: git://subsurface.hohndel.org/subsurface.git X-Upstream-Forum: http://lists.hohndel.org/pipermail/subsurface/ Files: * Copyright: © 2011 Linus Torvalds License: GPL-2.0+ Files: debian/* Copyright: 2012 Khalid El Fathi License: GPL-2.0+ License: GPL-2.0+ This program 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; either version 2 of the License, or (at your option) any later version. . This program 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: ./uemis.c Copyright: © 2011 Dirk Hohndel License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012265714103010467 5ustar debian/source/format0000644000000000000000000000001412265714103011675 0ustar 3.0 (quilt) debian/dirs0000644000000000000000000000003612265714103010052 0ustar usr/share/doc/subsurface/html