--- e16keyedit-0.6.orig/debian/copyright +++ e16keyedit-0.6/debian/copyright @@ -0,0 +1,46 @@ +This package was debianized by Jon Bernard on +Thu, 23 Jul 2009 18:12:47 -0400. + +It was downloaded from http://sourceforge.net/projects/enlightenment/files/ + +Upstream Authors: + + Geoff Harrison + Carsten Haitzler + Kim Woelders + +Copyright: + + Copyright (C) 2000 Carsten Haitzler + Copyright (C) 2000 Geoff Harrison + +License: + + Copyright (C) 2000 Carsten Haitzler, Geoff Harrison and various + contributors + + 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 of the Software, its documentation and marketing & publicity + materials, and acknowledgment shall be given in the documentation, + materials and software packages that this Software was used. + + 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 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. + +The Debian packaging is: + + Copyright (C) 2009 Jon Bernard + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- e16keyedit-0.6.orig/debian/control +++ e16keyedit-0.6/debian/control @@ -0,0 +1,16 @@ +Source: e16keyedit +Section: x11 +Priority: optional +Maintainer: Jon Bernard +Build-Depends: debhelper (>= 7.0.50), autotools-dev, docbook-to-man, libgtk2.0-dev +Standards-Version: 3.8.2 +Homepage: http://www.enlightenment.org/ + +Package: e16keyedit +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: e16 +Description: a keybinding editor for the enlightenment window manager + e16keyedit is a graphical keybinding editor for the enlightenment + window manager written in C and GTK+. You can define and modify the + commands that are executed by each bound keystroke. --- e16keyedit-0.6.orig/debian/rules +++ e16keyedit-0.6/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_configure: + LIBS="-lX11" dh_auto_configure + +override_dh_installman: + docbook-to-man debian/e16keyedit.sgml > debian/e16keyedit.1 + dh_installman --- e16keyedit-0.6.orig/debian/clean +++ e16keyedit-0.6/debian/clean @@ -0,0 +1 @@ +debian/e16keyedit.1 --- e16keyedit-0.6.orig/debian/menu +++ e16keyedit-0.6/debian/menu @@ -0,0 +1,2 @@ +?package(e16keyedit):needs="X11" section="Applications/Editors"\ + title="e16keyedit" command="/usr/bin/e16keyedit" --- e16keyedit-0.6.orig/debian/e16keyedit.sgml +++ e16keyedit-0.6/debian/e16keyedit.sgml @@ -0,0 +1,75 @@ +Jon"> + Bernard"> + + July 23, 2009"> + 1"> + jbernard@debian.org"> + + E16KEYEDIT"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2009 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + enlightenment keybinding editor + + + + &dhpackage; + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + &dhpackage; is a gtk+ program for the + enlightenment window manager that allows you to + create and modify keybindings. At this time it accepts no command line + arguments. + + + + AUTHOR + + This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (and may be used by others). Permission is granted to + copy, distribute and/or modify this document under the terms of the &gnu; + General Public License, Version 2 any later version published by the Free + Software Foundation. On Debian systems, the complete text + of the GNU General Public License can be found in + /usr/share/common-licenses/GPL. + + +
--- e16keyedit-0.6.orig/debian/docs +++ e16keyedit-0.6/debian/docs @@ -0,0 +1 @@ +README --- e16keyedit-0.6.orig/debian/compat +++ e16keyedit-0.6/debian/compat @@ -0,0 +1 @@ +7 --- e16keyedit-0.6.orig/debian/manpages +++ e16keyedit-0.6/debian/manpages @@ -0,0 +1 @@ +debian/e16keyedit.1 --- e16keyedit-0.6.orig/debian/changelog +++ e16keyedit-0.6/debian/changelog @@ -0,0 +1,156 @@ +e16keyedit (0.6-2) unstable; urgency=low + + * Force link against X11 (Closes: #618086) + + -- Jon Bernard Sat, 18 Jun 2011 11:32:53 -0400 + +e16keyedit (0.6-1) unstable; urgency=low + + * Imported Upstream version 0.6 (Closes: #537851) + * debian/control: remove cdbs from Build-Depends + * debian/control: Build-Depends on debhelper 7 + * debian/control: Build-Depends on docbook-to-man + * debian/control: bump Standards-Version to 3.8.2 + * debian/control: add Homepage field + * debian/control: Recommends 'e16' instead of 'enlightenment' + * debian/rules: use debhelper 7 + * debian/rules: generate manpage at build-time + * debian/compat: bump compatibility level to 7 + * debian/menu: needs 'X11' and remove longtitle + * debian/manpages: rename from e16keyedit.manpages + * debian/e16keyedit.sgml: update manpage formatting + * debian/e16keyedit.1: remove static manpage + * debian/docs: include top-level README + * debian/watch: look for upstream releases on sourceforge + * debian/copyright: update formatting + * debian/clean: remove auto-generated manpage + * debian/patches: remove obsolete patches + + -- Jon Bernard Thu, 06 Aug 2009 14:46:50 -0400 + +e16keyedit (0.5.0-1) unstable; urgency=low + + * New upstream release. + * Acknowledge NMU. (Closes: #346664) + * Bump Standards-Version to 3.7.2. + * Migrate from debhelper to CDBS. + * Change menu entry from "Apps" to "Applications". + * Update manpage. + + -- Jon Bernard Tue, 20 Nov 2007 12:27:49 -0500 + +e16keyedit (0.2.3-1.1) unstable; urgency=low + + * NMU to fix release critical bug + * Split xlibs-dev build depends into individual Xorg libraries + (Closes: #346664) + * Make package lintian clean: + - Updated Standards version to 3.6.2.1 + + -- Bastian Kleineidam Sat, 14 Jan 2006 22:28:21 +0100 + +e16keyedit (0.2.3-1) unstable; urgency=low + + * New upstream release. + * debian/patches: updated patch files. + + -- Jon Bernard Wed, 23 Feb 2005 19:53:45 -0500 + +e16keyedit (0.2.2-1) unstable; urgency=low + + * New upstream release. + * Use dpatch to manage patches. + + -- Jon Bernard Thu, 15 Apr 2004 08:45:15 -0400 + +e16keyedit (0.2.1-3) unstable; urgency=low + + * debian/control: updated package description. + * debian/control (Standards-Version): bump to 3.6.1.0. + * debian/control (Maintainer): use debian.org email address. + * viewer.c: fixed a small typo that disabled all the + move-window-to-area bindings. (Closes: #77047) + + -- Jon Bernard Sat, 27 Sep 2003 19:08:59 -0400 + +e16keyedit (0.2.1-2) unstable; urgency=low + + * debian/control: + - Update Build-Depends for new version of libgdbm. + - Bump Standards-Version to 3.5.9. + + -- Jon Bernard Mon, 9 Jun 2003 14:26:14 -0400 + +e16keyedit (0.2.1-1) unstable; urgency=low + + * New upstream release + * Cleaned up debian/rules a bit + + -- Jon Bernard Sat, 28 Sep 2002 14:55:41 -0400 + +e16keyedit (0.2-4) unstable; urgency=low + + * New maintainer. + * Added support for fullscreen/window toggle. (closes: #132706) + * Added debian/compat file. + * Updated to debhelper 4. + * Updated standards version to 3.5.6.0. + * Restored missing man page, e16keyedit.1.gz + * Added debian/e16keyedit.install + + -- Jon Bernard Wed, 26 Jun 2002 11:13:04 -0400 + +e16keyedit (0.2-3) unstable; urgency=low + + * package hijack + * removed dh_testroot in clean target + * removed pod processing and perl build-depend + + -- Laurence J. Lane Sun, 14 Apr 2002 17:37:43 -0400 + +e16keyedit (0.2-2.1) unstable; urgency=low + + * non-maintainer upload + * debian/control: + * removed Build-Depends: enlightenment, closes: #108517 + * added Recommends: enlightenment + * Build-Depend on perl instead of perl-base + * update Standards version to 3.5.6.0 + * debian/README.Debian: removed file + * debian/menu: change needs wm to needs x11, closes: #103233 + + -- Laurence J. Lane Sat, 1 Sep 2001 14:35:14 -0400 + +e16keyedit (0.2-2) unstable; urgency=low + + * New Maintainer + * New Standards-Version (added Build-Depends). + * Fixed upstream location in debian/copyright. + * Removed bogus README.Debian. + * Added dependency for Enlightenment. + * Removed emacs cruft from debian/changelog. + * Package is not Debian native. + * Improved debian/rules. + * Changed application section in debian/menu. + * Created debian/docs. + * Created debian/dirs. + + -- Genise Pearce (Demonishi) Sun, 25 Mar 2001 10:59:22 -0500 + +e16keyedit (0.2-1) unstable; urgency=low + + * new upstream release + + -- laurence john lane Thu, 23 Mar 2000 15:16:23 -0500 + +e16keyedit (0.1.0-2) unstable; urgency=low + + * corrected gdk-imlib dependency + + -- laurence john lane Fri, 17 Mar 2000 09:01:21 -0500 + +e16keyedit (0.1.0-1) unstable; urgency=low + + * initial release + + -- laurence john lane Fri, 25 Feb 2000 12:22:06 -0500 --- e16keyedit-0.6.orig/debian/watch +++ e16keyedit-0.6/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/enlightenment/e16keyedit-(.*)\.tar\.gz