--- echelon-0.1.0.orig/echelon +++ echelon-0.1.0/echelon @@ -1,6 +1,4 @@ -eval 'exec perl $0 ${1+"$@"}' # -*- Perl -*- - if (0); - +#!/usr/bin/perl ######################################################################## # file : echelon --- echelon-0.1.0.orig/debian/changelog +++ echelon-0.1.0/debian/changelog @@ -0,0 +1,38 @@ +echelon (0.1.0-5ubuntu1) intrepid; urgency=low + + * Fix installability: exim --> exim4-base + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Sarah Hobbs Sat, 27 Sep 2008 22:39:37 +1000 + +echelon (0.1.0-5) unstable; urgency=low + + * Update to Standards-Version 3.7.2 + * Architecture should be all. + + -- Christian Marillat Thu, 11 May 2006 07:39:52 +0200 + +echelon (0.1.0-4) unstable; urgency=low + + * Update to Standards-Version 3.6.1 + + -- Christian Marillat Sat, 26 Mar 2005 19:41:58 +0100 + +echelon (0.1.0-3) unstable; urgency=low + + * Updated to Standards-Version 3.5.6.1 + + -- Christian Marillat Sun, 4 Aug 2002 14:27:22 +0200 + +echelon (0.1.0-2) unstable; urgency=low + + * Remove doc-base from Recommends + + -- Christian Marillat Wed, 14 Feb 2001 14:39:20 +0100 + +echelon (0.1.0-1) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat Wed, 14 Feb 2001 14:39:12 +0100 --- echelon-0.1.0.orig/debian/copyright +++ echelon-0.1.0/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Christian Marillat on +Thu, 21 Dec 2000 10:40:18 +0100. + +It was downloaded from http://p.karatchentzeff.free.fr/freesoft/echelon/index.html + +Upstream Author: Patrice Karatchentzeff + +Copyright: Patrice Karatchentzeff 2000, 2002 + + You should have received a copy of the GNU General Public License with the + Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if + not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. --- echelon-0.1.0.orig/debian/control +++ echelon-0.1.0/debian/control @@ -0,0 +1,17 @@ +Source: echelon +Section: net +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Christian Marillat +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 4.0.0) + + +Package: echelon +Architecture: all +Depends: ${perl:Depends}, perl-tk (>= 1:800.011), ppp, exim4-base, fetchmail +Suggests: doc-base +Description: Tool to manage connection + Tk front-end to allow easy management for connecting (time measurement), + disconnecting and fetching mails. Very easy to use and to configure. Only + French language support for the moment. --- echelon-0.1.0.orig/debian/doc-base +++ echelon-0.1.0/debian/doc-base @@ -0,0 +1,19 @@ +Document: echelon +Title: Echelon Manual +Author: Patrice Karatchentzeff +Abstract: This manual describes what echelon is + and how it can be used to + manage online manuals on Debian systems. +Section: Apps/Net + +Format: debiandoc-sgml +Files: /usr/share/doc/echelon/FAQ.sgml + +Format: text +Files: /usr/share/doc/echelon/FAQ.txt.gz + +Format: HTML +Index: /usr/share/doc/echelon/html/index.html +Files: /usr/share/doc/echelon/html/*.html + + --- echelon-0.1.0.orig/debian/dirs +++ echelon-0.1.0/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/doc/echelon/html --- echelon-0.1.0.orig/debian/menu +++ echelon-0.1.0/debian/menu @@ -0,0 +1,2 @@ +?package(echelon):needs="X11" section="Apps/Net"\ + title="echelon" command="/usr/bin/echelon" --- echelon-0.1.0.orig/debian/rules +++ echelon-0.1.0/debian/rules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +build: + +clean: + dh_testdir + dh_testroot + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + cp echelon debian/echelon/usr/bin + cp doc/FAQ.html/*.html debian/echelon/usr/share/doc/echelon/html + +# Build architecture-independent files here. +binary-indep: build install +# dh_testversion + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs doc/FAQ.txt doc/LISEZMOI +# dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installmanpages +# dh_installinfo +# dh_undocumented echelon.1 + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb + dh_perl +# dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- echelon-0.1.0.orig/debian/compat +++ echelon-0.1.0/debian/compat @@ -0,0 +1 @@ +4