r61374 - in /trunk/kephra/debian: ./ changelog compat control copyright libkephra-perl.docs patches/ patches/debian-changes-0.4.3.2-1 patches/series rules source/ source/format watch

jozef-guest at users.alioth.debian.org jozef-guest at users.alioth.debian.org
Sat Aug 7 15:25:26 UTC 2010


Author: jozef-guest
Date: Sat Aug  7 15:25:04 2010
New Revision: 61374

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61374
Log:
[svn-inject] Applying Debian modifications (0.4.3.2-1) to trunk

Added:
    trunk/kephra/debian/
    trunk/kephra/debian/changelog
    trunk/kephra/debian/compat
    trunk/kephra/debian/control
    trunk/kephra/debian/copyright
    trunk/kephra/debian/libkephra-perl.docs
    trunk/kephra/debian/patches/
    trunk/kephra/debian/patches/debian-changes-0.4.3.2-1
    trunk/kephra/debian/patches/series
    trunk/kephra/debian/rules   (with props)
    trunk/kephra/debian/source/
    trunk/kephra/debian/source/format
    trunk/kephra/debian/watch

Added: trunk/kephra/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/changelog?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/changelog (added)
+++ trunk/kephra/debian/changelog Sat Aug  7 15:25:04 2010
@@ -1,0 +1,24 @@
+kephra (0.4.3.2-1) UNRELEASED; urgency=low
+
+  * TODO
+
+    +++ lintian output +++
+    I: kephra: spelling-error-in-manpage usr/share/man/man3/Kephra.3pm.gz programm program
+    I: kephra: spelling-error-in-manpage usr/share/man/man3/Kephra.3pm.gz programm program
+    W: kephra: manpage-has-errors-from-pod2man usr/share/man/man3/Kephra.3pm.gz:341
+    W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::App::ContextMenu.3pm.gz
+    W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::App::StatusBar.3pm.gz
+    W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::App::TabBar.3pm.gz
+    I: kephra: spelling-error-in-manpage usr/share/man/man3/Kephra::App::TabBar.3pm.gz curently currently
+    W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::Document::Property.3pm.gz
+    W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::Edit::Comment.3pm.gz
+    W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::Edit::Convert.3pm.gz
+    W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::Edit::Format.3pm.gz
+    W: kephra: manpage-has-errors-from-pod2man usr/share/man/man3/Kephra::EventTable.3pm.gz:180
+    W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::File::Session.3pm.gz
+    W: kephra: script-not-executable ./usr/share/perl5/dev.pl
+    +++ end of lintian output +++
+
+  * Initial Release. (Closes: #590997)
+
+ -- Jozef Kutej <jozef at kutej.net>  Tue, 3 Aug 2010 17:18:53 +0200

Added: trunk/kephra/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/compat?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/compat (added)
+++ trunk/kephra/debian/compat Sat Aug  7 15:25:04 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/kephra/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/control?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/control (added)
+++ trunk/kephra/debian/control Sat Aug  7 15:25:04 2010
@@ -1,0 +1,47 @@
+Source: kephra
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~), xauth, xvfb
+Build-Depends-Indep: libwx-perl, perl (>= 5.6),
+ libfile-userconfig-perl, libconfig-general-perl, libyaml-tiny-perl,
+ libwx-perl-processstream-perl, libtest-script-perl,
+ libtest-nowarnings-perl, libtest-exception-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jozef Kutej <jozef at kutej.net>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Kephra/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/kephra/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/kephra/
+
+Package: kephra
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libwx-perl, perl (>= 5.6),
+ libfile-userconfig-perl, libconfig-general-perl, libyaml-tiny-perl,
+ libwx-perl-processstream-perl
+Description: Perl GUI Text-Editor
+ The Kephra is GUI Text-Editor writen in Perl but not only for Perl
+ developers.
+ .
+ The features of Kephra are:
+  - File: file sessions, history, simple templates, open all of a dir,
+     insert, autosave by timer, save copy as, rename, close all other,
+     detection if file where changed elsewhere
+  - Editing: unlimited undo with fast modes, replace (clipboard and
+     selection), line edit functions, move line/selection, indenting,
+     block formating, delete trailing space, comment, convert (case,
+     space or indention) rectangular selection with mouse and keyboard,
+     auto- and braceindention
+  - Navigation: bracenav, blocknav, doc spanning bookmarks, goto last
+     edit, last doc, rich search, incremental search, searchbar and
+     search dialog
+  - Tools: run script (integrated output panel), notepad panel, color
+     picker
+  - Doc Property: syntax mode, codepage, tab use, tab width, EOL, write
+     protection
+  - View: all app parts and margins can be switched on and off,
+     syntaxhighlighting bracelight, ight margin, indention guide, caret
+     line, line wrap, EOL marker, visible whitespace, changeable font
+  - Configs: config files to be opened through a menu: settings, all
+     menus, commandID's, event binding, icon binding, key binding,
+     localisation (translate just one file to transelate the app),
+     syntaxmodes and some help texts to be opened as normal files

Added: trunk/kephra/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/copyright?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/copyright (added)
+++ trunk/kephra/debian/copyright Sat Aug  7 15:25:04 2010
@@ -1,0 +1,43 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Herbert Breunung <lichtkind at cpan.org>
+Source: http://search.cpan.org/dist/Kephra/
+Name: Kephra
+
+Files: *
+Copyright: 2004 - 2008, Herbert Breunung
+License: GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jozef Kutej <jozef at kutej.net>
+License: GPL-2+ or Artistic or GPL-1+
+
+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; version 2 dated June, 1991, or (at your
+ option) any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-2'
+
+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.
+ .
+ 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.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General Public
+ License, version 1, can be found in `/usr/share/common-licenses/GPL-1'

Added: trunk/kephra/debian/libkephra-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/libkephra-perl.docs?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/libkephra-perl.docs (added)
+++ trunk/kephra/debian/libkephra-perl.docs Sat Aug  7 15:25:04 2010
@@ -1,0 +1,2 @@
+doc/Todo
+doc/Bugs

Added: trunk/kephra/debian/patches/debian-changes-0.4.3.2-1
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/patches/debian-changes-0.4.3.2-1?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/patches/debian-changes-0.4.3.2-1 (added)
+++ trunk/kephra/debian/patches/debian-changes-0.4.3.2-1 Sat Aug  7 15:25:04 2010
@@ -1,0 +1,55 @@
+Description: Upstream changes introduced in version 0.4.3.2-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ kephra (0.4.3.2-1) UNRELEASED; urgency=low
+ .
+   * TODO
+ .
+     +++ lintian output +++
+     I: kephra: spelling-error-in-manpage usr/share/man/man3/Kephra.3pm.gz programm program
+     I: kephra: spelling-error-in-manpage usr/share/man/man3/Kephra.3pm.gz programm program
+     W: kephra: manpage-has-errors-from-pod2man usr/share/man/man3/Kephra.3pm.gz:341
+     W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::App::ContextMenu.3pm.gz
+     W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::App::StatusBar.3pm.gz
+     W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::App::TabBar.3pm.gz
+     I: kephra: spelling-error-in-manpage usr/share/man/man3/Kephra::App::TabBar.3pm.gz curently currently
+     W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::Document::Property.3pm.gz
+     W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::Edit::Comment.3pm.gz
+     W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::Edit::Convert.3pm.gz
+     W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::Edit::Format.3pm.gz
+     W: kephra: manpage-has-errors-from-pod2man usr/share/man/man3/Kephra::EventTable.3pm.gz:180
+     W: kephra: manpage-has-bad-whatis-entry usr/share/man/man3/Kephra::File::Session.3pm.gz
+     W: kephra: script-not-executable ./usr/share/perl5/dev.pl
+     +++ end of lintian output +++
+ .
+   * Initial Release. (Closes: #590997)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Jozef Kutej <jozef at kutej.net>
+Bug-Debian: http://bugs.debian.org/590997
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- kephra-0.4.3.2.orig/META.yml
++++ kephra-0.4.3.2/META.yml
+@@ -1,6 +1,6 @@
+ --- #YAML:1.0
+ name: Kephra
+-version: 0.3.0.1
++version: 0.4.3.2
+ abstract: crossplatform GUI Text-Editor
+ author: lichtkind at cpan.org
+ license: gpl

Added: trunk/kephra/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/patches/series?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/patches/series (added)
+++ trunk/kephra/debian/patches/series Sat Aug  7 15:25:04 2010
@@ -1,0 +1,1 @@
+debian-changes-0.4.3.2-1

Added: trunk/kephra/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/rules?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/rules (added)
+++ trunk/kephra/debian/rules Sat Aug  7 15:25:04 2010
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test
+
+%:
+	dh $@

Propchange: trunk/kephra/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kephra/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/source/format?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/source/format (added)
+++ trunk/kephra/debian/source/format Sat Aug  7 15:25:04 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/kephra/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/kephra/debian/watch?rev=61374&op=file
==============================================================================
--- trunk/kephra/debian/watch (added)
+++ trunk/kephra/debian/watch Sat Aug  7 15:25:04 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Kephra/   .*/Kephra-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list