debian/0000755000000000000000000000000012141417462007170 5ustar debian/source/0000755000000000000000000000000011705646324010476 5ustar debian/source/format0000644000000000000000000000001411705646324011704 0ustar 3.0 (quilt) debian/install0000644000000000000000000000322712113522301010551 0ustar TextFiles/BibleDatabase.sql usr/share/widemargin Images/CloseImage.png usr/share/widemargin Images/arrow.png usr/share/widemargin Images/barrow.png usr/share/widemargin Images/Settings.png usr/share/widemargin Images/longForwardArrow.png usr/share/widemargin Images/longBackArrow.png usr/share/widemargin TextFiles/kjv.rawtxt usr/share/widemargin TextFiles/ReadingPlanner.txt usr/share/widemargin TextFiles/AboutBoxText.xml usr/share/widemargin icon/16x16/widemargin.png usr/share/widemargin WideMargin.Controller/bin/Release/widemargin.exe usr/lib/widemargin WideMargin.Controller/bin/Release/WideMargin.MVCInterfaces.dll usr/lib/widemargin WideMargin.Controller/bin/Release/WideMargin.Utilities.dll usr/lib/widemargin WideMargin.Controller/bin/Release/WideMargin.Database.dll usr/lib/widemargin WideMargin.Controller/bin/Release/WideMargin.GUI.dll usr/lib/widemargin widemargin.desktop usr/share/applications widemargin usr/bin icon/16x16/widemargin.png /usr/share/icons/hicolor/16x16/apps icon/22x22/widemargin.png /usr/share/icons/hicolor/22x22/apps icon/24x24/widemargin.png /usr/share/icons/hicolor/24x24/apps icon/32x32/widemargin.png /usr/share/icons/hicolor/32x32/apps icon/36x36/widemargin.png /usr/share/icons/hicolor/36x36/apps icon/44x44/widemargin.png /usr/share/icons/hicolor/44x44/apps icon/48x48/widemargin.png /usr/share/icons/hicolor/48x48/apps icon/64x64/widemargin.png /usr/share/icons/hicolor/64x64/apps icon/72x72/widemargin.png /usr/share/icons/hicolor/72x72/apps icon/128x128/widemargin.png /usr/share/icons/hicolor/128x128/apps icon/192x192/widemargin.png /usr/share/icons/hicolor/192x192/apps icon/256x256/widemargin.png /usr/share/icons/hicolor/256x256/apps debian/widemargin.manpages0000644000000000000000000000001511705646324013035 0ustar widemargin.1 debian/control0000644000000000000000000000207212113522301010560 0ustar Source: widemargin Section: gnome Priority: extra Maintainer: Debian CLI Applications Team Uploaders: Daniel Hughes Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.7.1), mono-xbuild (>= 2.6.7), libgtk2.0-cil-dev (>= 2.12.10), mono-devel (>= 2.6.7), libglade2.0-cil-dev (>= 2.12.10), libnunit-cil-dev (>= 2.5) Standards-Version: 3.9.3 Homepage: https://bitbucket.org/trampster/widemargin Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/widemargin.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/widemargin.git Package: widemargin Architecture: all Depends: ${cli:Depends}, ${misc:Depends} Description: bible reading and study application Wide Margin is a bible reading and study application. It has a focus on speed and simplicity. Features include, as you type searching and passage navigation, familiar browser based interface, full navigation history and a built in reading planner which will have you read the old testament once and the new testament twice every year. debian/copyright0000644000000000000000000000233111705646324011130 0ustar This work was packaged for Debian by: Daniel Hughes on Sat, Tue, 30 Aug 2011 20:49:00 +1200 It was downloaded from: Upstream Author: Daniel Hughes Copyright: Copyright (C) 2011 Daniel Hughes License: 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 3 of the License, or (at your option) any later version. 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". The Debian packaging is: Copyright (C) 2011 Daniel and is licensed under the GPL version 3 or later, see above. debian/compat0000644000000000000000000000000211705646324010374 0ustar 7 debian/changelog0000644000000000000000000000245112141417365011046 0ustar widemargin (1.1.13-2) unstable; urgency=low * Upload to Debian Unstable -- Jo Shields Sun, 05 May 2013 09:56:53 +0100 widemargin (1.1.13-1) experimental; urgency=low [ Daniel Hughes ] * Better method for gettings onto the UI thread. * Continuous Scrolling of search results * Filtered searches * Mouse friendly navigation * Droped nunit.patch as not required [ Chow Loong Jin ] * [315f6f8] No-change bump of Standards-Version to 3.9.3 * [4698e08] Drop deprecated cli.make include -- Chow Loong Jin Tue, 20 Nov 2012 23:32:18 +0800 widemargin (1.0.11-4) unstable; urgency=low [ Julian Taylor ] * [834e6e9] update nunit.patch for 2.6 -- Jo Shields Mon, 28 May 2012 23:28:02 +0100 widemargin (1.0.11-3) unstable; urgency=low * No-change rebuild for Mono 2.10 transition -- Jo Shields Thu, 19 Jan 2012 00:04:28 +0000 widemargin (1.0.11-2) experimental; urgency=low * [2f8a0ee] Add new patch for nunit 2.5 compat (Closes: #647322) * [b48a2eb] Remove templated copyright content -- Iain Lane Thu, 03 Nov 2011 02:06:11 +0000 widemargin (1.0.11-1) unstable; urgency=low * Initial release -- Daniel Hughes Tue, 3 Oct 2011 20:48:00 +1200 debian/rules0000755000000000000000000000033012113522301010230 0ustar #!/usr/bin/make -f override_dh_auto_build: xbuild $(CURDIR)/WideMargin.sln /p:Configuration=Release override_dh_auto_clean: xbuild $(CURDIR)/WideMargin.sln /p:Configuration=Release /t:Clean %: dh $@ --with=cli