reverted: --- gdecrypt-0.4.2.2/debian/changelog +++ gdecrypt-0.4.2.2.orig/debian/changelog @@ -1,5 +0,0 @@ -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 reverted: --- gdecrypt-0.4.2.2/debian/control +++ gdecrypt-0.4.2.2.orig/debian/control @@ -1,19 +0,0 @@ -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.2.2 -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, gksu -Suggests: truecrypt-installer -Description: GUI for mapping/mounting encrypted volumes - GDecrypt was written for making the use of decrypted partitions under - linux more easy. It currently contains a GUI written in PyGTK only for - decrypting/mounting and unmounting partitions and it supports - partitions created with truecrypt (see http://truecrypt.org for - details) and LUKS. reverted: --- gdecrypt-0.4.2.2/debian/compat +++ gdecrypt-0.4.2.2.orig/debian/compat @@ -1 +0,0 @@ -5 reverted: --- gdecrypt-0.4.2.2/debian/menu +++ gdecrypt-0.4.2.2.orig/debian/menu @@ -1,2 +0,0 @@ -?package(gdecrypt):needs="x11" section="Applications/System/Security"\ - title="GDecrypt" command="su-to-root -c gdecrypt" icon="gdecrypt32px.xpm" reverted: --- gdecrypt-0.4.2.2/debian/watch +++ gdecrypt-0.4.2.2.orig/debian/watch @@ -1,2 +0,0 @@ -version=3 -http://pentabarf.de/download.html gdecrypt-(.*).tar.gz reverted: --- gdecrypt-0.4.2.2/debian/rules +++ gdecrypt-0.4.2.2.orig/debian/rules @@ -1,56 +0,0 @@ -#!/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 - make -C po update-po - 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.gz - 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 reverted: --- gdecrypt-0.4.2.2/debian/copyright +++ gdecrypt-0.4.2.2.orig/debian/copyright @@ -1,35 +0,0 @@ -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 2 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-2'. - -The Debian packaging is (C) 2007, Kjell Braden and -is licensed under the GPL, see above. - reverted: --- gdecrypt-0.4.2.2/debian/dirs +++ gdecrypt-0.4.2.2.orig/debian/dirs @@ -1,2 +0,0 @@ -usr/share/applications -usr/share/pixmaps only in patch2: unchanged: --- gdecrypt-0.5.1.1.orig/debian/changelog +++ gdecrypt-0.5.1.1/debian/changelog @@ -0,0 +1,13 @@ +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 only in patch2: unchanged: --- gdecrypt-0.5.1.1.orig/debian/control +++ gdecrypt-0.5.1.1/debian/control @@ -0,0 +1,19 @@ +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, gksu, python-glade2 +Suggests: truecrypt-installer +Description: GUI for mapping/mounting encrypted volumes + GDecrypt was written for making the use of decrypted partitions under + linux more easy. It currently contains a GUI written in PyGTK only for + decrypting/mounting and unmounting partitions and it supports + partitions created with truecrypt (see http://truecrypt.org for + details) and LUKS. only in patch2: unchanged: --- gdecrypt-0.5.1.1.orig/debian/compat +++ gdecrypt-0.5.1.1/debian/compat @@ -0,0 +1 @@ +5 only in patch2: unchanged: --- gdecrypt-0.5.1.1.orig/debian/menu +++ gdecrypt-0.5.1.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" only in patch2: unchanged: --- gdecrypt-0.5.1.1.orig/debian/watch +++ gdecrypt-0.5.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://gdecrypt.pentabarf.de/download.html gdecrypt-(.*).tar.gz only in patch2: unchanged: --- gdecrypt-0.5.1.1.orig/debian/rules +++ gdecrypt-0.5.1.1/debian/rules @@ -0,0 +1,56 @@ +#!/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 + make -C po update-po + 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.gz + 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 only in patch2: unchanged: --- gdecrypt-0.5.1.1.orig/debian/copyright +++ gdecrypt-0.5.1.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. + only in patch2: unchanged: --- gdecrypt-0.5.1.1.orig/debian/dirs +++ gdecrypt-0.5.1.1/debian/dirs @@ -0,0 +1,2 @@ +usr/share/applications +usr/share/pixmaps