debian/0000755000000000000000000000000011365000231007155 5ustar debian/source/0000755000000000000000000000000011365000125010457 5ustar debian/source/format0000644000000000000000000000001411365000125011665 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211365000125010355 0ustar 7 debian/control0000644000000000000000000000255711365000125010573 0ustar Source: asciio Section: utils Priority: optional Build-Depends: debhelper (>= 7.0.50~) , perl (>= 5.10) | libmodule-build-perl Build-Depends-Indep: perl (>= 5.9.3) , libeval-context-perl , libcompress-bzip2-perl , libgtk2-perl , libdata-treedumper-renderer-gtk-perl , libtest-nowarnings-perl , libdata-treedumper-perl , liblist-moreutils-perl , libalgorithm-diff-perl , libfile-slurp-perl , libglib-perl , libreadonly-perl , libtest-warn-perl , libmodule-util-perl , libclone-perl Maintainer: David Paleino Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/App-Asciio/ Vcs-Git: git://git.debian.org/git/collab-maint/asciio.git Vcs-Browser: http://git.debian.org/?p=collab-maint/asciio.git Package: asciio Architecture: all Depends: ${perl:Depends} , ${misc:Depends} , perl (>= 5.9.3) , libeval-context-perl , libcompress-bzip2-perl , libgtk2-perl , libdata-treedumper-renderer-gtk-perl , libdata-treedumper-perl , liblist-moreutils-perl , libalgorithm-diff-perl , libfile-slurp-perl , libglib-perl , libreadonly-perl , libmodule-util-perl , libclone-perl Description: dynamically create ASCII charts and graphs with GTK+2 This gtk2-perl application allows you to draw ASCII diagrams in a modern (but simple) graphical application. The ASCII graphs can be saved as ASCII or in a format that allows you to modify them later. debian/copyright0000644000000000000000000000172511365000125011117 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: App-Asciio Files: debian/* Copyright: © 2010, David Paleino License: Artistic | GPL-1+ Files: * Copyright: © Khemir Nadim ibn Hamouda License: Artistic | GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. X-Comment: on Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. X-Comment: on Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/patches/0000755000000000000000000000000011365000125010606 5ustar debian/patches/series0000644000000000000000000000004311365000125012020 0ustar 00-drop_useless_dependencies.patch debian/patches/00-drop_useless_dependencies.patch0000644000000000000000000000300711365000125017261 0ustar From: David Paleino Subject: remove dependencies listed in META.yml/Build.PL but not really used in the code Forwarded: no --- Build.PL | 8 -------- META.yml | 8 -------- 2 files changed, 16 deletions(-) --- asciio.orig/Build.PL +++ asciio/Build.PL @@ -226,16 +226,11 @@ my $build = $class->new requires => { 'Readonly' => 0, - 'Data::Compare' => 0, - 'Sub::Exporter' => 0, 'Data::TreeDumper' => 0, 'version' => 0.50, 'Compress::Bzip2' => 0, - 'Cwd' => 0, 'Data::TreeDumper::Renderer::GTK' => 0, - 'Directory::Scratch' => 0, - 'Directory::Scratch::Structured' => 0, 'Eval::Context' => 0, 'File::Basename' => 0, 'File::Spec' => 0, @@ -251,11 +246,8 @@ my $build = $class->new 'Clone' => 0, 'Module::Util' =>0, - 'Test::Block' => 0, - 'Test::Exception' => 0, 'Test::NoWarnings' => 0, 'Test::Warn' => 0, - 'Test::Strict' => 0, }, pm_files => \%all_modules, --- asciio.orig/META.yml +++ asciio/META.yml @@ -11,12 +11,8 @@ requires: Algorithm::Diff: 0 Clone: 0 Compress::Bzip2: 0 - Cwd: 0 - Data::Compare: 0 Data::TreeDumper: 0 Data::TreeDumper::Renderer::GTK: 0 - Directory::Scratch: 0 - Directory::Scratch::Structured: 0 Eval::Context: 0 File::Basename: 0 File::Copy: 0 @@ -30,11 +26,7 @@ requires: MIME::Base64: 0 Module::Util: 0 Readonly: 0 - Sub::Exporter: 0 - Test::Block: 0 - Test::Exception: 0 Test::NoWarnings: 0 - Test::Strict: 0 Test::Warn: 0 version: 0.5 provides: debian/rules0000755000000000000000000000047011365000125010240 0ustar #!/usr/bin/make -f override_dh_auto_test: # nothing, skip tests as we don't have X running on buildds override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/ -name "*.pl" | xargs -r chmod a-x override_dh_installman: dh_installman find $(CURDIR)/debian/ -name "App::Asciio::*" -delete %: dh $@ debian/watch0000644000000000000000000000016111365000125010206 0ustar version=3 http://search.cpan.org/dist/App-Asciio/ .*/App-Asciio-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/docs0000644000000000000000000000001111365000125010022 0ustar Todo.txt debian/changelog0000644000000000000000000000022711365000125011032 0ustar asciio (1.02.71-1) unstable; urgency=low * Initial release (Closes: #475160) -- David Paleino Sun, 25 Apr 2010 10:41:53 +0200 debian/links0000644000000000000000000000007711365000125010226 0ustar usr/share/man/man3/App::Asciio.3pm usr/share/man/man1/asciio.1