--- tkgate-2.0~b10.orig/debian/README.Debian-source +++ tkgate-2.0~b10/debian/README.Debian-source @@ -0,0 +1,6 @@ +README.Debian-source for tkgate +=============================== + +Removed povray/ folder from the upstream tarball as it contains povray rendered +images and the (.pov) sources of those images. Since povray is in non-free, so +those images had to be removed. --- tkgate-2.0~b10.orig/debian/README.source +++ tkgate-2.0~b10/debian/README.source @@ -0,0 +1,3 @@ +The used patch system is quilt. + +See /usr/share/doc/quilt/README.source for more information. --- tkgate-2.0~b10.orig/debian/changelog +++ tkgate-2.0~b10/debian/changelog @@ -0,0 +1,235 @@ +tkgate (2.0~b10-4) unstable; urgency=medium + + * applied Daniel T Chen's patch, thanks! Closes: #741818 + + -- Georges Khaznadar Mon, 31 Mar 2014 16:35:04 +0200 + +tkgate (2.0~b10-3) unstable; urgency=medium + + * removed the unsed build-dependency on dhelp, replaced it by a Recommends: + for the package tkgate-doc. So the package is installable even if + dhelp does not belong to the current distribution. + * added the directory 'primitives' to the package tkgate-data. Created a + versioned dependency between tkgate and tkgate-data. + Closes: #549319 + * checked for #554464, which is not reproducible with the current (latest) + version. Closes: #554464 + * checked for #351744, which is not reproducible with the current (latest) + version. Closes: #351744 + + -- Georges Khaznadar Wed, 05 Mar 2014 11:24:29 +0100 + +tkgate (2.0~b10-2) unstable; urgency=medium + + * added myself as an uploader + * upgraded Standards-Version to 3.9.5 + * added -lm to LDFLAGS in the target override_dh_auto_configure + * made use of hardening-wrapper + * added a taget override_dh_clean to remove files in libexec/ + * patched files which were shown erroneous by the hardening flags + * removed obsolete dm-upload-allowed + * modified a file to remove its shebang line, removed one lintian + override. + * fixed the file d/watch + + -- Georges Khaznadar Sun, 09 Feb 2014 17:45:10 +0100 + +tkgate (2.0~b10-1) experimental; urgency=low + + * New upstream release. + * debian/compat: Bumped to 7 + * debian/control: + + Bumped Standards-Version to 3.8.3 (no changes needed) + + Moved to Git, hence updated Vcs-* fields. + + Build-Depend on debhelper (>= 7.0.50~) to support override targets. + + Build-Depend on quilt (>= 0.46-7~) to support dh 7's --with quilt + * debian/rules: + + Simplified rules file. + + Pass LDFLAGS="$(LDFLAGS) -Wl,--as-needed" to configure script to avoid + linking tkgate with un-necessary libraries. + * Added 04_typos.diff patch to fix some typos in messages printed by tkgate. + * Added debian/README.source + * Append to LDFLAGS variable instead of overriding it + + -- أحمد المحمودي (Ahmed El-Mahmoudy) Sun, 04 Oct 2009 12:18:32 +0200 + +tkgate (2.0~b8-1) experimental; urgency=low + + * New upstream release. + * Refreshed patch 01_paths.diff. + * debian/control: + + added autotools-dev to Build-Depends. + + Set debian-science as Maintainer, while added myself as an uploader. + + Added DM-Upload-Allowed field. + + Added Vcs-* fields. + + Bump Standards-Version to 3.8.1 + * Added patch 03_config.diff to add a minimal code block to the top of + config.sub and config.guess, to call their up-to-date versions. + * Removed patch 02_manpages.diff since it got merged upstream. + * debian/copyright: + + converted to machine-readable format. + + updated upstream author's email address. + + updated upstream copyright years. + + added copyright years for Debian packaging. + + reformated the copyright file. + + refer to /usr/share/common-licenses/GPL-2 + * debian/tkgate-doc.doc-base: updated upstream author's email address. + * debian/watch: changed to pre-release URL, and used version mangling. + + -- أحمد المحمودي (Ahmed El-Mahmoudy) Sun, 26 Apr 2009 16:06:48 +0200 + +tkgate (2.0~b4-1) experimental; urgency=low + + * New upstream release. + * Bumped Standards-Version to 3.8.0. + * Build-Depends on xutils-dev instead of xutils. + * debian/tkgate.manpages: changed path of manpages to + debian/tmp/usr/share/man/man1 + * debian/control: + + Used tk-dev and tcl-dev in Build-Depends instead of tk8.4-dev and + tcl8.4-dev. + + Used tk and tcl in tkgate-data's Suggests field instead of tk8.4 and + tcl8.4. + + Enhanced short description for tkgate-data & tkgate-doc. + + Fixed typo in tkgate long description: langauge -> language. + * Added descriptions to patch files. + + -- أحمد المحمودي (Ahmed El-Mahmoudy) Tue, 26 Jan 2009 16:14:55 +0200 + +tkgate (2.0~a11-1) experimental; urgency=low + + * New maintainer. (Closes: #464329) + * New upstream release. + * Used upstream description for debian/control. + * Added tkgate-data.examples. + * Used quilt patch system. + . Removed patches since they are irrevelant in the new release, and patches + for the manpages are in 02_manpages.diff. + . Added 01_paths.diff patch to fix exec path for tkgate and verga. + * Removed tkgate-data.dirs since it seems useless. + * Removed lintian overrides that are irrevelant in the new release. + * debian/tkgate-data.install: + . Added site-preferences, povray, vlib and vpd. + . Renamed bitmaps to images. + * Added longtitle and icon to debian/menu. + * Used dh_lintian to install lintian overrides. + * Used dh_icons. + * Upgrade to debhelper 6.0.7~ for dh_lintian. + + -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 21 Apr 2008 12:33:59 +0200 + +tkgate (1.8.7-1) unstable; urgency=low + + * QA upload. + + Set maintainer to: Debian QA Group . + (done by Barry deFreese, but lintian likes to have it in the first line) + + [ Barry deFreese ] + * New upstream release. + + Improved build system. (Closes: #464273). + * Move DH_COMPAT to debian/compat. + * Remove unused debhelper commands from rules. + * Install in /usr/share instead of /usr/lib. + * Escape manpage hyphens. + * Install manpage in correct location and with correct name. + * Add .desktop file and call dh_desktop. (Closes: #368794). + + Thanks to Emmet Hikory. + * Fix watch file. + * Fix copyright file. + * Remove URL from package description. + * Split package into -data and -doc. + * Bump Standards Version to 3.7.3. + + Menu policy transition. + + * changed build-dep to tcltk 8,4, since 8.3 is scheduled for removal and 8.5 + is not yet supported + * added lintian overrides for two tcl-scripts having a shebang line + * added symlink for the html-documentation in /usr/share/doc/tkgate if + tkgate-doc is installed (therefore added the directy and a lintian + override for an emtpy directory) + * added lintian override for license.tcl, which is used to display the + license in tkgate itself + + -- Barry deFreese Mon, 18 Feb 2008 21:00:40 +0100 + +tkgate (1.8.6-2) unstable; urgency=low + + * xlibs-dev dependency -> libx11-dev (closes: #347078) + + -- Nicolas Sabouret Wed, 11 Jan 2006 15:16:05 +0100 + +tkgate (1.8.6-1) unstable; urgency=low + + * New upstream release (closes: #333159) + + -- Nicolas Sabouret Thu, 13 Oct 2005 14:07:27 +0200 + +tkgate (1.8.4-1) unstable; urgency=low + + * New upstream release + * Included some french translation (thanks to Georges Khaznadar) + * Switch to /usr/share (FHS-compliance) + + -- Nicolas Sabouret Thu, 26 Aug 2004 13:44:02 +0200 + +tkgate (1.8.3-1) unstable; urgency=low + + * New upstream release + + -- Nicolas Sabouret Tue, 30 Mar 2004 15:01:07 +0200 + +tkgate (1.8.1-1) unstable; urgency=low + + * New upstream release (closes: #231781) + + -- Nicolas Sabouret Wed, 11 Feb 2004 17:08:50 +0100 + +tkgate (1.6i+patch-4) unstable; urgency=low + + * Rebuilt againts tcl/tk8.3-dev (closes: #213527) + + -- Nicolas Sabouret Fri, 10 Oct 2003 09:17:10 +0200 + +tkgate (1.6i+patch-3) unstable; urgency=low + + * Removed old versions of tcl/tk from Build-Depends (closes: #205719) + + -- Nicolas Sabouret Thu, 28 Aug 2003 16:19:17 +0200 + +tkgate (1.6i+patch-2) unstable; urgency=low + + * Changed doc location in scripts/licence.tcl (closes: #197303) + + -- Nicolas Sabouret Tue, 8 Jul 2003 10:42:05 +0200 + +tkgate (1.6i+patch-1) unstable; urgency=low + + * New upstream release + * Patched src/common/vgrammar.y for bison>=1.5 (closes: #166000) + + -- Nicolas SABOURET Fri, 25 Oct 2002 16:52:03 +0200 + +tkgate (1.6i-1) unstable; urgency=low + + * New upstream release + * Missing build-depends (closes: #126998) + * Using dhelp + + -- Nicolas SABOURET Fri, 8 Feb 2002 18:25:12 +0100 + +tkgate (1.6h-2) unstable; urgency=low + + * Use tcl/tk 8.0 to build (closes: #126013) + * doc-base description corrected + + -- Nicolas SABOURET Fri, 21 Dec 2001 10:26:51 +0100 + +tkgate (1.6h-1) unstable; urgency=low + + * Initial Release. + + -- Nicolas SABOURET Fri, 30 Nov 2001 10:38:06 +0100 + +Local variables: +mode: debian-changelog +End: --- tkgate-2.0~b10.orig/debian/compat +++ tkgate-2.0~b10/debian/compat @@ -0,0 +1 @@ +7 --- tkgate-2.0~b10.orig/debian/control +++ tkgate-2.0~b10/debian/control @@ -0,0 +1,57 @@ +Source: tkgate +Section: electronics +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Science Maintainers +Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) , + Georges Khaznadar +Standards-Version: 3.9.5 +Build-Depends: debhelper (>=7.0.50~), tcl8.5-dev, tk8.5-dev, bison|byacc, flex, + xutils-dev, libx11-dev, quilt (>= 0.46-7~), autotools-dev, + hardening-wrapper +Homepage: http://www.tkgate.org/ +Vcs-Git: git://git.debian.org/git/debian-science/packages/tkgate.git +Vcs-Browser: http://git.debian.org/?p=debian-science/packages/tkgate.git + +Package: tkgate +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, tkgate-data (= ${source:Version}) +Recommends: tkgate-doc +Description: Tcl/Tk based digital circuit editor and simulator + TkGate is a digital circuit editor and simulator with a Tcl/Tk based + interface. TkGate includes a large number of built-in devices including basic + gates, memories, ttys and modules for hierarchical design. The simulator can + be controlled either interactively or through a simulation script. Memory + contents can be loaded from files, and a microcode/macrocode compiler (gmac) + is included to create tkgate memory files from a high-level description. The + simulator supports continuous simulation, single step simulation (by clock or + epoch) and breakpoints. Save files are in a Verilog-like format. + . + TkGate also includes a number of tutorial and example circuits which can be + loaded through the "Help" menu. The examples range from a simple gate-level + 3-bit adder to a 16-bit CPU programmed to play the "Animals" game. + . + TkGate has a multi-language interface with support for English, Japanese, + French and Spanish. + +Package: tkgate-data +Architecture: all +Depends: ${misc:Depends} +Recommends: tkgate, tkgate-doc +Suggests: tcl, tk +Description: Tcl/Tk based digital circuit editor and simulator - data files + TkGate is a digital circuit editor and simulator with a Tcl/Tk based + interface. + . + This package contains the architecture independent data files. + +Package: tkgate-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Recommends: dhelp +Description: Tcl/Tk based digital circuit editor and simulator - documentation + TkGate is a digital circuit editor and simulator with a Tcl/Tk based + interface. + . + This package contains the documentation. --- tkgate-2.0~b10.orig/debian/copyright +++ tkgate-2.0~b10/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Nicolas SABOURET on +Wed, 28 Nov 2001 18:10:06 +0100. + +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: tkgate +Upstream-Maintainer: Jeffery P. Hansen +Upstream-Source: ftp://gadoid.ices.cmu.edu/pub/tkgate/ + + +Files: debian/* +Author: Nicolas Sabouret +Author: Barry deFreese +Author: Alexander Schmehl +Author: أحمد المحمودي (Ahmed El-Mahmoudy) +Copyright: Copyright © 2008-2009, أحمد المحمودي (Ahmed El-Mahmoudy) +License: GPL-2+ + The Debian packaging is licensed under the GPL, version 2 or later, see below. + +Files: * +Author: Jeffery P. Hansen +Copyright: Copyright © 1987-2009, Jeffery P. Hansen +License: GPL-2+ + 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 2 of the License, or + (at your option) any later version. + + This program 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, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + USA. + +On Debian systems, the complete text of the GNU GPL2 licenses +can be found at `/usr/share/common-licenses/GPL-2'. --- tkgate-2.0~b10.orig/debian/docs +++ tkgate-2.0~b10/debian/docs @@ -0,0 +1,3 @@ +README +README.verga +TODO --- tkgate-2.0~b10.orig/debian/menu +++ tkgate-2.0~b10/debian/menu @@ -0,0 +1,3 @@ +?package(tkgate):needs="X11" section="Applications/Science/Electronics" \ + title="TkGate" longtitle="Event driven digital circuit simulator with Tcl/Tk" \ + icon="/usr/share/pixmaps/tkgate.xpm" command="/usr/bin/tkgate" --- tkgate-2.0~b10.orig/debian/patches/01_paths.diff +++ tkgate-2.0~b10/debian/patches/01_paths.diff @@ -0,0 +1,23 @@ +Fix exec path for tkgate and verga. +--- tkgate-2.0-b8.orig/scripts/parms.tcl ++++ tkgate-2.0-b8/scripts/parms.tcl +@@ -56,7 +56,7 @@ + # + # Executable for simulator + # +-set simExec "${tkg_gateHome}/libexec/verga" ++set simExec "/usr/bin/verga" + + ###################################################################### + # +--- tkgate-2.0-b8.orig/src/tkgate/verilog_out.c ++++ tkgate-2.0-b8/src/tkgate/verilog_out.c +@@ -892,7 +892,7 @@ + system(cmd); + #endif + +- sprintf(cmd,"%s/libexec/tkgate",TkGate.homedir); ++ sprintf(cmd,"/usr/bin/tkgate",TkGate.homedir); + if (!(pid = fork())) { + execl(cmd,cmd,"-Vq",name,0); + exit(1); --- tkgate-2.0~b10.orig/debian/patches/03_config.diff +++ tkgate-2.0~b10/debian/patches/03_config.diff @@ -0,0 +1,32 @@ +Add a minimal code block to the top of config.sub and config.guess, to call +their up-to-date versions. +Index: tkgate-2.0-b6/config.guess +=================================================================== +--- tkgate-2.0-b6.orig/config.guess 2009-02-12 16:23:45.000000000 +0200 ++++ tkgate-2.0-b6/config.guess 2009-02-12 16:24:13.000000000 +0200 +@@ -3,6 +3,10 @@ + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + ++if [ -x /usr/share/misc/config.guess ]; then ++ exec /usr/share/misc/config.guess "$@" ++fi ++ + timestamp='2003-07-02' + + # This file is free software; you can redistribute it and/or modify it +Index: tkgate-2.0-b6/config.sub +=================================================================== +--- tkgate-2.0-b6.orig/config.sub 2009-02-12 16:24:27.000000000 +0200 ++++ tkgate-2.0-b6/config.sub 2009-02-12 16:24:51.000000000 +0200 +@@ -3,6 +3,10 @@ + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + ++if [ -x /usr/share/misc/config.sub ]; then ++ exec /usr/share/misc/config.sub "$@" ++fi ++ + timestamp='2003-07-04' + + # This file is (in principle) common to ALL GNU software. --- tkgate-2.0~b10.orig/debian/patches/04_typos.diff +++ tkgate-2.0~b10/debian/patches/04_typos.diff @@ -0,0 +1,34 @@ +Fix some typos in messages printed by tkgate. +--- tkgate.orig/src/tkgate/joint.c ++++ tkgate/src/tkgate/joint.c +@@ -443,7 +443,7 @@ + + td = wireorient(w->nodes,0); + if (td == -1) { +- logError(ERL_WARN,"Wierd place for 0-wire 1 in joint_fixwires."); ++ logError(ERL_WARN,"Weird place for 0-wire 1 in joint_fixwires."); + return; + } + +--- tkgate.orig/src/tkgate/tkgatewin.c ++++ tkgate/src/tkgate/tkgatewin.c +@@ -1651,7 +1651,7 @@ + SimInterface_init(&TkGate.circuit->simulator); + + if (sync_Xserver) { +- printf("[synchonized X11 connection]\n"); ++ printf("[synchronized X11 connection]\n"); + XSynchronize(TkGate.D,True); + } + +--- tkgate.orig/src/tkgate/verify.c ++++ tkgate/src/tkgate/verify.c +@@ -144,7 +144,7 @@ + switch (g->typeinfo->Code) { + case GC_TAP : + if (g->wires[TAP_IN]->net != g->wires[TAP_OUT]->net) +- verify_error(m,"tap 0x%x(%s) has inconsistant attachments.", ++ verify_error(m,"tap 0x%x(%s) has inconsistent attachments.", + g,g->ename,g->wires[TAP_IN]->net->n_signame,g->wires[TAP_OUT]->net->n_signame); + break; + } --- tkgate-2.0~b10.orig/debian/patches/hardening.patch +++ tkgate-2.0~b10/debian/patches/hardening.patch @@ -0,0 +1,24 @@ +--- a/src/tkgate/block.c ++++ b/src/tkgate/block.c +@@ -908,7 +908,7 @@ + char buf2[STRMAX]; + strcpy(buf2,value+1); + buf2[l-2] = 0; +- sprintf(buf,quoteChars(buf,buf2,"\"\\")); ++ sprintf(buf,"%s",quoteChars(buf,buf2,"\"\\")); + fprintf(f,"\"%s\"",buf); + } else + fprintf(f,"\"%s\"",quoteChars(buf,value,"\"\\")); +--- a/src/tkgate/expr.c ++++ b/src/tkgate/expr.c +@@ -497,7 +497,9 @@ + if (l < 0) return -1; + s += l; n -= l; + if (n < 4) return -1; +- s += sprintf("%s",findSymbol(e->op));n -= strlen(s); ++ /* the previous code, s += sprintf("%s",findSymbol(e->op)), */ ++ /* seemed weird! How could it ever work? */ ++ s += sprintf(s,"%s",findSymbol(e->op));n -= strlen(s); + l = Expr_sprint(s,n,e->r); + if (l < 0) return -1; + s += l; n -= l; --- tkgate-2.0~b10.orig/debian/patches/remove-shebang-line.patch +++ tkgate-2.0~b10/debian/patches/remove-shebang-line.patch @@ -0,0 +1,8 @@ +--- a/scripts/tree.tcl ++++ b/scripts/tree.tcl +@@ -1,5 +1,3 @@ +-#!/usr/bin/wish +-# + # I am D. Richard Hipp, the author of this code. I hereby + # disavow all claims to copyright on this program and release + # it into the public domain. --- tkgate-2.0~b10.orig/debian/patches/series +++ tkgate-2.0~b10/debian/patches/series @@ -0,0 +1,5 @@ +01_paths.diff +03_config.diff +04_typos.diff +hardening.patch +remove-shebang-line.patch --- tkgate-2.0~b10.orig/debian/rules +++ tkgate-2.0~b10/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +export DEB_BUILD_HARDENING=1 + +%: + dh $@ --with quilt,autotools_dev + +override_dh_auto_configure: + dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed -lm" + +override_dh_install: + dh_install -Xlicense.txt -Xlibexec + +override_dh_compress: + dh_compress -X.xbm -X.xpm -Xmenagerie.gm -Xbigcurs.b -Xsmallcurs.b + +override_dh_clean: + dh_clean + rm -f libexec/* --- tkgate-2.0~b10.orig/debian/tkgate-data.examples +++ tkgate-2.0~b10/debian/tkgate-data.examples @@ -0,0 +1 @@ +debian/tmp/usr/share/tkgate/test/* --- tkgate-2.0~b10.orig/debian/tkgate-data.install +++ tkgate-2.0~b10/debian/tkgate-data.install @@ -0,0 +1,9 @@ +debian/tmp/usr/share/tkgate/site-preferences usr/share/tkgate/ +debian/tmp/usr/share/tkgate/images/* usr/share/tkgate/images/ +debian/tmp/usr/share/tkgate/gdf/* usr/share/tkgate/gdf/ +debian/tmp/usr/share/tkgate/locale/* usr/share/tkgate/locale/ +debian/tmp/usr/share/tkgate/scripts/* usr/share/tkgate/scripts/ +debian/tmp/usr/share/tkgate/bindings/* usr/share/tkgate/bindings/ +debian/tmp/usr/share/tkgate/vlib/* usr/share/tkgate/vlib/ +debian/tmp/usr/share/tkgate/vpd/* usr/share/tkgate/vpd/ +primitives usr/share/tkgate \ No newline at end of file --- tkgate-2.0~b10.orig/debian/tkgate-data.lintian-overrides +++ tkgate-2.0~b10/debian/tkgate-data.lintian-overrides @@ -0,0 +1,3 @@ +# Needed to be displayed within tkgate +tkgate-data: extra-license-file usr/share/tkgate/scripts/license.tcl + --- tkgate-2.0~b10.orig/debian/tkgate-doc.doc-base +++ tkgate-2.0~b10/debian/tkgate-doc.doc-base @@ -0,0 +1,11 @@ +Document: tkgate +Title: TkGate Manual +Author: Jeffery Hansen +Abstract: This manual describes what tkgate is + and how it can be used to design and simulate + digital circuits. +Section: Science/Electronics + +Format: HTML +Index: /usr/share/tkgate/doc/index.html +Files: /usr/share/tkgate/doc/*.html --- tkgate-2.0~b10.orig/debian/tkgate-doc.install +++ tkgate-2.0~b10/debian/tkgate-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/tkgate/doc/* usr/share/tkgate/doc/ --- tkgate-2.0~b10.orig/debian/tkgate-doc.links +++ tkgate-2.0~b10/debian/tkgate-doc.links @@ -0,0 +1,2 @@ +usr/share/tkgate/doc usr/share/doc/tkgate/doc +usr/share/tkgate/doc usr/share/doc/tkgate-doc/doc --- tkgate-2.0~b10.orig/debian/tkgate.desktop +++ tkgate-2.0~b10/debian/tkgate.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Name=tkgate Circuit Simulator +GenericName=Circuit Simulator +Comment=Event driven digital circuit simulator with Tcl/Tk +Exec=tkgate +Icon=tkgate +Type=Application +Categories=Education;Electronics;Engineering; --- tkgate-2.0~b10.orig/debian/tkgate.install +++ tkgate-2.0~b10/debian/tkgate.install @@ -0,0 +1,3 @@ +debian/tmp/usr/bin/* usr/bin/ +debian/tkgate.desktop usr/share/applications/ +debian/tkgate.xpm usr/share/pixmaps/ --- tkgate-2.0~b10.orig/debian/tkgate.manpages +++ tkgate-2.0~b10/debian/tkgate.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/* --- tkgate-2.0~b10.orig/debian/tkgate.xpm +++ tkgate-2.0~b10/debian/tkgate.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *tkgate[] = { +/* columns rows colors chars-per-pixel */ +"31 25 2 1", +" c gray100", +". c black", +/* pixels */ +" ... . . ... ", +". . ... ... . .", +". . . . . . . .", +". . ... . . ... . .", +" ... . . . . . . ... ", +"..... ... . . . . ... .....", +". . . . . . . . . .", +". . . . . . . . . . . .", +". . ........... ........... . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . ........... ........... . .", +". . . . . . . . . . . .", +". . . . . . . . . . . .", +". . . . . . . . . .", +"..... ....." +}; --- tkgate-2.0~b10.orig/debian/watch +++ tkgate-2.0~b10/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts=dversionmangle=s/~/-/ \ + http://www.tkgate.org/ .*/downloads/tkgate-([\d.ab-]+)\.tgz debian uupdate