r48752 - in /trunk/eekboek/debian: changelog rules

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Mon Dec 14 10:26:35 UTC 2009


Author: joostvb
Date: Mon Dec 14 10:26:30 2009
New Revision: 48752

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48752
Log:
get rid of lintian warning: manpage-has-bad-whatis-entry usr/share/man/man3/EB::Shell::DeLuxe.3pm.gz

Modified:
    trunk/eekboek/debian/changelog
    trunk/eekboek/debian/rules

Modified: trunk/eekboek/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/changelog?rev=48752&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Mon Dec 14 10:26:30 2009
@@ -1,6 +1,14 @@
 eekboek (1.05.04-2) UNRELEASED; urgency=low
 
   TODO:
+  - lintian (and lintian -I):
+    example-interpreter-not-absolute
+  - ebgui needs Wx.pm, see
+    http://wiki.eekboek.nl/mediawiki/index.php?title=Eekboek_met_GUI_installeren_onder_Debian
+    as of 2009-12-13, libwx-perl is avaible for sid only (not squeeze).
+    It's uninstallable on squeeze: need to manually backport stuff.
+    Test situation on current (2009-12) sid system: install virbalas.
+  - test, test, test!  (especially ebgui)
   - we removed duplicates
     /u/s/perl/5.10.1/EB/CPAN/Carp/Assert.pm
     /u/s/perl/5.10.1/EB/CPAN/File/HomeDir.pm: check wether eekboek
@@ -18,16 +26,8 @@
       zip -r ../schema/sampledb.ebz schema.dat *.eb
     Bedankt,
     -- Johan
-  - test, test, test!  (especially ebgui)
-  - ebgui needs Wx.pm, see
-    http://wiki.eekboek.nl/mediawiki/index.php?title=Eekboek_met_GUI_installeren_onder_Debian
-    as of 2009-12-13, libwx-perl is avaible for sid only (not squeeze).
-    It's uninstallable on squeeze: need to manually backport stuff.
-    Test situation on current (2009-12) sid system.
   - stick the lib/EB/DB/Sqlite.pm patch in a sane
     patch system
-  - lintian (and lintian -I):
-    example-interpreter-not-absolute
   - d/copyright: 2005-2009, Squirrel Consultancy
     (to be honest, I haven't check all the other modules)
   - mention ebgui in README.Debian.  upstream suggests to run it
@@ -46,6 +46,7 @@
   * debian/eekboek.install: install eekboek.desktop and eekboek-mode.el
     (I believe dh_installemacsen doesn't deal with upstream supplied .el
     files).
+  * debian/rules: Do not install empty manpage EB::Shell::DeLuxe(3pm).
 
  -- Joost van Baal <joostvb at debian.org>  Mon, 14 Dec 2009 10:17:07 +0100
 

Modified: trunk/eekboek/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/rules?rev=48752&op=diff
==============================================================================
--- trunk/eekboek/debian/rules (original)
+++ trunk/eekboek/debian/rules Mon Dec 14 10:26:30 2009
@@ -23,4 +23,5 @@
 	rm -f debian/eekboek/usr/share/perl5/EB/DB/Postgres.pm
 	rm -rf debian/eekboek/usr/share/perl5/EB/CPAN
 	rm -f debian/eekboek/usr/share/man/man3/EB::CPAN::*
-
+	# remove empty manpage
+	rm -f debian/eekboek/usr/share/man/man3/EB::Shell::DeLuxe.3pm




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