--- envstore-2.0.4.orig/debian/control +++ envstore-2.0.4/debian/control @@ -0,0 +1,16 @@ +Source: envstore +Section: utils +Priority: optional +Maintainer: Maximilian Gass +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: https://derf.homelinux.org/~derf/projects/envstore +Vcs-Git: git://git.debian.org/collab-maint/envstore.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/envstore.git + +Package: envstore +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: save and restore environment variables + envstore allows you to save environment variables into a separate store, list + them, and reload them into the shell again. --- envstore-2.0.4.orig/debian/compat +++ envstore-2.0.4/debian/compat @@ -0,0 +1 @@ +7 --- envstore-2.0.4.orig/debian/examples +++ envstore-2.0.4/debian/examples @@ -0,0 +1 @@ +provides/zsh/completions/_envstore --- envstore-2.0.4.orig/debian/copyright +++ envstore-2.0.4/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: + http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 + +Copyright: 2009, Daniel Friesel +License: other + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + 14 rue de Plaisance, 75014 Paris, France + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + + +Files: debian/* +Copyright: 2009, Maximilian Gass +License: other + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + 14 rue de Plaisance, 75014 Paris, France + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. --- envstore-2.0.4.orig/debian/rules +++ envstore-2.0.4/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_install: + dh_auto_install -- prefix=debian/envstore/usr --- envstore-2.0.4.orig/debian/watch +++ envstore-2.0.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://derf.homelinux.org/~derf/projects/envstore/ envstore-([\d.]+)\.tar\.bz2 --- envstore-2.0.4.orig/debian/changelog +++ envstore-2.0.4/debian/changelog @@ -0,0 +1,19 @@ +envstore (2.0.4-1) unstable; urgency=low + + * New upstrem release + * Bump Standards-Version to 3.8.4 (no changes necessary) + + -- Maximilian Gass Sat, 30 Jan 2010 13:10:44 +0100 + +envstore (2.0.3-1) unstable; urgency=low + + * New upstream release: remove build-dependency on zsh + * Add full text of WTFPL to debian/copyright + + -- Maximilian Gass Sat, 19 Dec 2009 20:46:16 +0100 + +envstore (2.0.1-1) unstable; urgency=low + + * Initial release (Closes: #558684) + + -- Maximilian Gass Mon, 30 Nov 2009 21:30:27 +0100