--- gdecrypt-0.7.2.1.orig/debian/changelog +++ gdecrypt-0.7.2.1/debian/changelog @@ -0,0 +1,43 @@ +gdecrypt (0.7.2.1-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #198061) + - don't crash with dbus 1.1.20 (LP: #197654) + + -- Kjell Braden Mon, 03 Mar 2008 17:54:59 +0100 + +gdecrypt (0.7.1-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #190671) + - Fix several crasher bugs (LP: #190641, #190558) + * Upstream changelog moved from changelog.gz to changelog + + -- Kjell Braden Sun, 10 Feb 2008 14:25:46 +0100 + +gdecrypt (0.7-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #189912) + * debian/control: Depend on truecrypt (<< 5), since 5 is not supported + * debian/control: Update description for new features + * debian/rules: making the translations was moved to upstream's setup.py + + -- Kjell Braden Thu, 07 Feb 2008 14:48:44 +0100 + +gdecrypt (0.6-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #185446) + + -- Kjell Braden Wed, 23 Jan 2008 19:55:48 +0100 + +gdecrypt (0.5.1.1-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #179404) + * Bumped Standards-Version + * Updated watch file for new upstream location + + -- Kjell Braden Tue, 18 Dec 2007 18:02:38 +0100 + +gdecrypt (0.4.2.2-0ubuntu1) hardy; urgency=low + + * Initial upload to ubuntu (LP: #165221) + + -- Kjell Braden Mon, 26 Nov 2007 18:16:25 +0100 --- gdecrypt-0.7.2.1.orig/debian/control +++ gdecrypt-0.7.2.1/debian/control @@ -0,0 +1,22 @@ +Source: gdecrypt +Section: utils +Priority: optional +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 5), python +Build-Depends-Indep: docbook-to-man, intltool, python-support (>= 0.5.3) +Standards-Version: 3.7.3 +Homepage: http://pentabarf.de + +Package: gdecrypt +Architecture: all +Depends: ${python:Depends}, volumeid, python-dbus, python-gtk2, python-gnome2-extras (>= 2.19.1-0ubuntu4), cryptsetup | truecrypt (<< 5), gksu, python-glade2 +Suggests: truecrypt-installer +Description: GUI for mapping/mounting and creating encrypted volumes + gdecrypt was written for making the use of decrypted partitions under + Linux more easy. It currently contains a GUI written in PyGTK for + decrypting/mounting, unmounting and encryption partitions or container + files and it supports partitions created with truecrypt (see + http://truecrypt.org for details) and LUKS. + . + Note that truecrypt <= 4.3a is required for truecrypt supprt and + cryptsetup with luks is required for luks support. --- gdecrypt-0.7.2.1.orig/debian/compat +++ gdecrypt-0.7.2.1/debian/compat @@ -0,0 +1 @@ +5 --- gdecrypt-0.7.2.1.orig/debian/menu +++ gdecrypt-0.7.2.1/debian/menu @@ -0,0 +1,2 @@ +?package(gdecrypt):needs="x11" section="Applications/System/Security"\ + title="GDecrypt" command="su-to-root -c gdecrypt" icon="gdecrypt.xpm" --- gdecrypt-0.7.2.1.orig/debian/watch +++ gdecrypt-0.7.2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://gdecrypt.pentabarf.de/download.html gdecrypt-(.*).tar.gz --- gdecrypt-0.7.2.1.orig/debian/rules +++ gdecrypt-0.7.2.1/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir + + docbook-to-man gdecrypt.sgml > gdecrypt.1 + python ./setup.py build + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f gdecrypt.1 + python ./setup.py clean -a + rm -fr po/mo + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_installmenu + dh_installchangelogs changelog + dh_installdocs + dh_installexamples + python ./setup.py install --root=$(CURDIR)/debian/gdecrypt + dh_installman gdecrypt.1 + +binary-indep: build install + dh_testdir + dh_testroot + dh_pysupport + dh_desktop + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + # nothing here + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gdecrypt-0.7.2.1.orig/debian/copyright +++ gdecrypt-0.7.2.1/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Kjell Braden on +Fri, 03 Aug 2007 15:36:17 +0200. + +It was downloaded from http://pentabarf.de/ + +Upstream Author: + + Kjell Braden + +Copyright: + + Copyright (C) 2007 Kjell Braden + +License: + + 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; 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is (C) 2007, Kjell Braden and +is licensed under the GPL, see above. + --- gdecrypt-0.7.2.1.orig/debian/dirs +++ gdecrypt-0.7.2.1/debian/dirs @@ -0,0 +1,2 @@ +usr/share/applications +usr/share/pixmaps