r31207 - in /trunk/libgnome2-print-perl/debian: changelog control patches/ patches/fix-useless-whatis patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Feb 28 08:37:38 UTC 2009


Author: ryan52-guest
Date: Sat Feb 28 08:37:32 2009
New Revision: 31207

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31207
Log:
fix useless whatis entries in man pages

Added:
    trunk/libgnome2-print-perl/debian/patches/
    trunk/libgnome2-print-perl/debian/patches/fix-useless-whatis
    trunk/libgnome2-print-perl/debian/patches/series
Modified:
    trunk/libgnome2-print-perl/debian/changelog
    trunk/libgnome2-print-perl/debian/control
    trunk/libgnome2-print-perl/debian/rules

Modified: trunk/libgnome2-print-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/changelog?rev=31207&op=diff
==============================================================================
--- trunk/libgnome2-print-perl/debian/changelog (original)
+++ trunk/libgnome2-print-perl/debian/changelog Sat Feb 28 08:37:32 2009
@@ -9,8 +9,9 @@
   * install NEWS file
   * policy 3.8.0
   * machine readable copyright format
+  * fix useless whatis entries in man pages
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 23 Feb 2009 17:53:28 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 28 Feb 2009 00:37:05 -0800
 
 libgnome2-print-perl (0.95.1-1) unstable; urgency=low
 

Modified: trunk/libgnome2-print-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/control?rev=31207&op=diff
==============================================================================
--- trunk/libgnome2-print-perl/debian/control (original)
+++ trunk/libgnome2-print-perl/debian/control Sat Feb 28 08:37:32 2009
@@ -1,7 +1,7 @@
 Source: libgnome2-print-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl (>= 1.040), libgtk2-perl (>= 1.040), libgnome2-perl, libgnome2-dev, libgnomeui-dev, libgnomeprint2.2-dev (>= 2.2), libgnomeprintui2.2-dev (>= 2.2)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl (>= 1.040), libgtk2-perl (>= 1.040), libgnome2-perl, libgnome2-dev, libgnomeui-dev, libgnomeprint2.2-dev (>= 2.2), libgnomeprintui2.2-dev (>= 2.2), quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0

Added: trunk/libgnome2-print-perl/debian/patches/fix-useless-whatis
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/patches/fix-useless-whatis?rev=31207&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/patches/fix-useless-whatis (added)
+++ trunk/libgnome2-print-perl/debian/patches/fix-useless-whatis Sat Feb 28 08:37:32 2009
@@ -1,0 +1,198 @@
+add whatis entries to the manpages
+
+--- a/xs/GnomePrintConfig.xs
++++ b/xs/GnomePrintConfig.xs
+@@ -2,6 +2,10 @@
+ 
+ MODULE = Gnome2::Print::Config	PACKAGE = Gnome2::Print::Config PREFIX = gnome_print_config_
+ 
++=for object Gnome2::Print::Config - controls pages size, output file, and other miscellaneous configuration for Gnome2::Print
++
++=cut
++
+ ### some convenience keys to be used with set/get...
+ ### the key's string returned is constant, so we don't need to think about it.
+ char *
+--- a/xs/GnomePrint2.xs
++++ b/xs/GnomePrint2.xs
+@@ -3,7 +3,7 @@
+ 
+ MODULE = Gnome2::Print	PACKAGE = Gnome2::Print	PREFIX = gnome_print_
+ 
+-=for object Gnome2::Print::main
++=for object Gnome2::Print::main - API implementing the Postscript imaging model
+ 
+ =cut
+ 
+--- a/xs/GnomePrintContext.xs
++++ b/xs/GnomePrintContext.xs
+@@ -2,6 +2,9 @@
+ 
+ MODULE = Gnome2::Print::Context	PACKAGE = Gnome2::Print::Context PREFIX = gnome_print_context_
+ 
++=for object Gnome2::Print::Context - canvas for Gnome2::Print
++
++=cut
+ 
+ BOOT:
+ 	gperl_object_set_no_warn_unreg_subclass (GNOME_TYPE_PRINT_CONTEXT, TRUE);
+--- a/xs/GnomePrintDialog.xs
++++ b/xs/GnomePrintDialog.xs
+@@ -3,6 +3,10 @@
+ 
+ MODULE = Gnome2::Print::Dialog PACKAGE = Gnome2::Print::Dialog	PREFIX = gnome_print_dialog_
+ 
++=for object Gnome2::Print::Dialog - a print dialog
++
++=cut
++
+ ### Flags are:
+ ###	GNOME_PRINT_DIALOG_RANGE: A range widget container will be created.
+ ###	GNOME_PRINT_DIALOG_COPIES: A copies widget will be created.
+--- a/xs/GnomeFont.xs
++++ b/xs/GnomeFont.xs
+@@ -2,6 +2,10 @@
+ 
+ MODULE = Gnome2::Print::Font	PACKAGE = Gnome2::Print::Font
+ 
++=for object Gnome2::Print::Font - Font object for Gnome2::Print
++
++=cut
++
+ ### GnomeFontWeight it's not a GEnum type, so we need this hack...
+ ### mmh... I'm wondering if I should file this as a bug in gnome-print.
+ gint
+--- a/xs/GnomeFontDialog.xs
++++ b/xs/GnomeFontDialog.xs
+@@ -2,6 +2,9 @@
+ 
+ MODULE = Gnome2::Print::FontDialog PACKAGE = Gnome2::Print::FontDialog PREFIX = gnome_font_dialog_
+ 
++=for object Gnome2::Print::FontDialog - Dialog for font selection
++
++=cut
+ 
+ GtkWidget *
+ gnome_font_dialog_new (class, const gchar *title)
+--- a/xs/GnomeFontFace.xs
++++ b/xs/GnomeFontFace.xs
+@@ -2,6 +2,9 @@
+ 
+ MODULE = Gnome2::Print::FontFace PACKAGE = Gnome2::Print::FontFace PREFIX = gnome_font_face_
+ 
++=for object Gnome2::Print::FontFace - FontFace object for Gnome2::Print
++
++=cut
+ 
+ GnomeFontFace_noinc *
+ gnome_font_face_find (class, name)
+--- a/xs/GnomeFontPreview.xs
++++ b/xs/GnomeFontPreview.xs
+@@ -2,6 +2,9 @@
+ 
+ MODULE = Gnome2::Print::FontPreview PACKAGE = Gnome2::Print::FontPreview PREFIX = gnome_font_preview_
+ 
++=for object Gnome2::Print::FontPreview - widget for Font previewing
++
++=cut
+ 
+ GtkWidget *
+ gnome_font_preview_new (class)
+--- a/xs/GnomeFontSelection.xs
++++ b/xs/GnomeFontSelection.xs
+@@ -2,6 +2,9 @@
+ 
+ MODULE = Gnome2::Print::FontSelection PACKAGE = Gnome2::Print::FontSelection PREFIX = gnome_font_selection_
+ 
++=for object Gnome2::Print::FontSelection - widget for font selection
++
++=cut
+ 
+ GtkWidget *
+ gnome_font_selection_new (class)
+--- a/xs/GnomeGlyphList.xs
++++ b/xs/GnomeGlyphList.xs
+@@ -2,6 +2,9 @@
+ 
+ MODULE = Gnome2::Print::GluphList PACKAGE = Gnome2::Print::GlyphList PREFIX = gnome_glyphlist_
+ 
++=for object Gnome2::Print::GlyphList - GlyphList object
++
++=cut
+ 
+ ##GnomeGlyphList * gnome_glyphlist_new (void);
+ GnomeGlyphList_own *
+--- a/xs/GnomePrintJob.xs
++++ b/xs/GnomePrintJob.xs
+@@ -3,6 +3,9 @@
+ 
+ MODULE = Gnome2::Print::Job	PACKAGE = Gnome2::Print::Job	PREFIX = gnome_print_job_
+ 
++=for object Gnome2::Print::Job - represents a print job
++
++=cut
+ 
+ GnomePrintJob_noinc *
+ gnome_print_job_new (class, config=NULL)
+--- a/xs/GnomePrintJobPreview.xs
++++ b/xs/GnomePrintJobPreview.xs
+@@ -3,6 +3,9 @@
+ 
+ MODULE = Gnome2::Print::JobPreview PACKAGE = Gnome2::Print::JobPreview PREFIX = gnome_print_job_preview_
+ 
++=for object Gnome2::Print::JobPreview - dialog for previewing a print job
++
++=cut
+ 
+ GtkWidget *
+ gnome_print_job_preview_new (class, gpm, title)
+--- a/xs/GnomePrintPaper.xs
++++ b/xs/GnomePrintPaper.xs
+@@ -22,6 +22,10 @@
+ 
+ MODULE = Gnome2::Print::Paper PACKAGE = Gnome2::Print::Paper PREFIX = gnome_print_paper_
+ 
++=for object Gnome2::Print::Paper - represents the paper type
++
++=cut
++
+ =for position DESCRIPTION
+ 
+ =head1 DESCRIPTION
+--- a/xs/GnomePrintPaperSelector.xs
++++ b/xs/GnomePrintPaperSelector.xs
+@@ -2,6 +2,9 @@
+ 
+ MODULE = Gnome2::Print::PaperSelector PACKAGE = Gnome2::Print::PaperSelector PREFIX = gnome_paper_selector_
+ 
++=for object Gnome2::Print::PaperSelector - paper selector widget
++
++=cut
+ 
+ GtkWidget *
+ gnome_paper_selector_news (class, config, flags=0)
+--- a/xs/GnomePrintUnit.xs
++++ b/xs/GnomePrintUnit.xs
+@@ -2,6 +2,10 @@
+ 
+ MODULE = Gnome2::Print::Unit PACKAGE = Gnome2::Print::Unit PREFIX = gnome_print_unit_
+ 
++=for object Gnome2::Print::Unit - represents unit types
++
++=cut
++
+ ## read-only access to GnomePrintUnit members.
+ SV *
+ members (GnomePrintUnit * unit)
+--- a/xs/GnomePrintUnitSelector.xs
++++ b/xs/GnomePrintUnitSelector.xs
+@@ -2,6 +2,9 @@
+ 
+ MODULE = Gnome2::Print::UnitSelector PACKAGE = Gnome2::Print::UnitSelector PREFIX = gnome_print_unit_selector_
+ 
++=for object Gnome2::Print::UnitSelector - unit type selector widget
++
++=cut
+ 
+ GtkWidget *
+ gnome_print_unit_selector_new (class, bases)

Added: trunk/libgnome2-print-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/patches/series?rev=31207&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/patches/series (added)
+++ trunk/libgnome2-print-perl/debian/patches/series Sat Feb 28 08:37:32 2009
@@ -1,0 +1,1 @@
+fix-useless-whatis

Modified: trunk/libgnome2-print-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/rules?rev=31207&op=diff
==============================================================================
--- trunk/libgnome2-print-perl/debian/rules (original)
+++ trunk/libgnome2-print-perl/debian/rules Sat Feb 28 08:37:32 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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