r28829 - in /trunk/libglib-perl: GParamSpec.xs GType.xs GUtils.xs Glib.pm Glib.xs MakeHelper.pm debian/changelog debian/patches/ debian/patches/old-maintainers-changes debian/patches/series debian/rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 11:10:26 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 11:10:23 2008
New Revision: 28829

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28829
Log:
move direct changes to quilt

Added:
    trunk/libglib-perl/debian/patches/
    trunk/libglib-perl/debian/patches/old-maintainers-changes
    trunk/libglib-perl/debian/patches/series
Modified:
    trunk/libglib-perl/GParamSpec.xs
    trunk/libglib-perl/GType.xs
    trunk/libglib-perl/GUtils.xs
    trunk/libglib-perl/Glib.pm
    trunk/libglib-perl/Glib.xs
    trunk/libglib-perl/MakeHelper.pm
    trunk/libglib-perl/debian/changelog
    trunk/libglib-perl/debian/rules

Modified: trunk/libglib-perl/GParamSpec.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/GParamSpec.xs?rev=28829&op=diff
==============================================================================
--- trunk/libglib-perl/GParamSpec.xs (original)
+++ trunk/libglib-perl/GParamSpec.xs Sun Dec 28 11:10:23 2008
@@ -206,8 +206,6 @@
 
 MODULE = Glib::ParamSpec	PACKAGE = Glib::ParamSpec	PREFIX = g_param_spec_
 
-=for object Glib::ParamSpec Wrapper to encapsulate metadate needed to specify parameters
-
 void
 DESTROY (GParamSpec * pspec)
     CODE:
@@ -714,7 +712,7 @@
  ## similarly, all unsigned integer types
 
 
-=for object Glib::Param::UInt Wrapper for uint parameters in GLib
+=for object Glib::Param::UInt
 
 =head1 DESCRIPTION
 
@@ -797,7 +795,7 @@
 
 MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Int64
 
-=for object Glib::Param::Int64 Wrapper for int64 parameters in GLib
+=for object Glib::Param::Int64
 
 =head1 DESCRIPTION
 
@@ -831,7 +829,7 @@
 
 MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::UInt64
 
-=for object Glib::Param::UInt64 Wrapper for uint64 parameters in GLib
+=for object Glib::Param::UInt64
 
 =head1 DESCRIPTION
 
@@ -867,7 +865,7 @@
 
  ## and again for the floating-point types
 
-=for object Glib::Param::Double Wrapper for double parameters in GLib
+=for object Glib::Param::Double
 
 =head1 DESCRIPTION
 
@@ -952,9 +950,6 @@
 
 MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Boolean
 
-=for object Glib::Param::Boolean Wrapper for boolean parameters in GLib
-=cut
-
 =for see_also Glib::ParamSpec
 =cut
 
@@ -966,9 +961,6 @@
 	RETVAL
 
 MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Enum
-
-=for object Glib::Param::Enum Wrapper for enum parameters in GLib
-=cut
 
 =for see_also Glib::ParamSpec
 =cut
@@ -995,9 +987,6 @@
 
 MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Flags
 
-=for object Glib::Param::Flags Wrapper for flag parameters in GLib
-=cut
-
 =for see_also Glib::ParamSpec
 =cut
 
@@ -1023,9 +1012,6 @@
 	RETVAL
 
 MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::String
-
-=for object Glib::Param::String Wrapper for string parameters in GLib
-=cut
 
 =for see_also Glib::ParamSpec
 =cut
@@ -1046,9 +1032,6 @@
 
 MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Unichar
 
-=for object Glib::Param::Unichar Wrapper for unichar parameters in GLib
-=cut
-
 =for see_also Glib::ParamSpec
 =cut
 

Modified: trunk/libglib-perl/GType.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/GType.xs?rev=28829&op=diff
==============================================================================
--- trunk/libglib-perl/GType.xs (original)
+++ trunk/libglib-perl/GType.xs Sun Dec 28 11:10:23 2008
@@ -2663,8 +2663,6 @@
 
 MODULE = Glib::Type	PACKAGE = Glib::Flags
 
-=for object Glib::Flags Overloaded operators representing GLib flags
-
 =for position DESCRIPTION
 
 =head1 DESCRIPTION

Modified: trunk/libglib-perl/GUtils.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/GUtils.xs?rev=28829&op=diff
==============================================================================
--- trunk/libglib-perl/GUtils.xs (original)
+++ trunk/libglib-perl/GUtils.xs Sun Dec 28 11:10:23 2008
@@ -489,9 +489,6 @@
 
 MODULE = Glib::Utils	PACKAGE = Glib::Markup	PREFIX = g_markup_
 
-=for object Glib::Markup Wrapper for markup handling functions in GLib
-=cut
-
 =for apidoc __function__
 =cut
 # gchar* g_markup_escape_text (const gchar *text, gssize length);

Modified: trunk/libglib-perl/Glib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/Glib.pm?rev=28829&op=diff
==============================================================================
--- trunk/libglib-perl/Glib.pm (original)
+++ trunk/libglib-perl/Glib.pm Sun Dec 28 11:10:23 2008
@@ -601,7 +601,7 @@
 =head1 AUTHORS
 
 muppet, E<lt>scott at asofyet dot orgE<gt>, who borrowed heavily from the work
-of Goran Thyni, E<lt>gthyni at kirra dot netE<gt> and Guillaume Cottenceau
+of Göran Thyni, E<lt>gthyni at kirra dot netE<gt> and Guillaume Cottenceau
 E<lt>gc at mandrakesoft dot comE<gt> on the first gtk2-perl module, and from
 the sourcecode of the original gtk-perl and pygtk projects.  Marc Lehmann
 E<lt>pcg at goof dot comE<gt> did lots of great work on the magic of making

Modified: trunk/libglib-perl/Glib.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/Glib.xs?rev=28829&op=diff
==============================================================================
--- trunk/libglib-perl/Glib.xs (original)
+++ trunk/libglib-perl/Glib.xs Sun Dec 28 11:10:23 2008
@@ -392,8 +392,6 @@
 #endif /* GLIB_CHECK_VERSION (2, 12, 0) */
 	/* make sure that we're running/linked against a version at least as 
 	 * new as we built against, otherwise bad things will happen. */
-	/* Debian has a proper lib dependency system and doesn't need this check:
-
 	if ((((int)glib_major_version) < GLIB_MAJOR_VERSION)
 	    ||
 	    (glib_major_version == GLIB_MAJOR_VERSION && 
@@ -407,7 +405,6 @@
 		      " old.  We'll continue, but expect problems!\n",
 		    GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION,
 		    glib_major_version, glib_minor_version, glib_micro_version);
-     */
 
 ##
 ## NOTE: in order to avoid overwriting the docs for the main Glib.pm, 

Modified: trunk/libglib-perl/MakeHelper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/MakeHelper.pm?rev=28829&op=diff
==============================================================================
--- trunk/libglib-perl/MakeHelper.pm (original)
+++ trunk/libglib-perl/MakeHelper.pm Sun Dec 28 11:10:23 2008
@@ -433,7 +433,7 @@
 
 \$(INST_LIB)/\$(FULLEXT)/index.pod :: \$(INST_LIB)/\$(FULLEXT)/ build/podindex
 	\$(NOECHO) \$(ECHO) Creating POD index...
-	\$(NOECHO) $^X -e "print qq(\\n=head1 NAME\\n\\n\$(NAME) \\\\- API Reference Pod Index\\n\\n=head1 PAGES\\n\\n=over\\n\\n)" \\
+	\$(NOECHO) $^X -e "print qq(\\n=head1 NAME\\n\\n\$(NAME) - API Reference Pod Index\\n\\n=head1 PAGES\\n\\n=over\\n\\n)" \\
 		> \$(INST_LIB)/\$(FULLEXT)/index.pod
 	\$(NOECHO) $^X -nae "print qq(=item L<\$\$F[1]>\\n\\n);" < build/podindex >> \$(INST_LIB)/\$(FULLEXT)/index.pod
 	\$(NOECHO) $^X -e "print qq(=back\\n\\n);" >> \$(INST_LIB)/\$(FULLEXT)/index.pod

Modified: trunk/libglib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/changelog?rev=28829&op=diff
==============================================================================
--- trunk/libglib-perl/debian/changelog (original)
+++ trunk/libglib-perl/debian/changelog Sun Dec 28 11:10:23 2008
@@ -11,8 +11,9 @@
     moved to Uploaders.
   * Add me to uploaders, remove old maintainer(s)
   * fix watch file
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 01:19:20 -0800
+  * move to quilt
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 03:10:12 -0800
 
 libglib-perl (1:1.190-2) unstable; urgency=low
 

Added: trunk/libglib-perl/debian/patches/old-maintainers-changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/old-maintainers-changes?rev=28829&op=file
==============================================================================
--- trunk/libglib-perl/debian/patches/old-maintainers-changes (added)
+++ trunk/libglib-perl/debian/patches/old-maintainers-changes Sun Dec 28 11:10:23 2008
@@ -1,0 +1,161 @@
+--- a/GParamSpec.xs
++++ b/GParamSpec.xs
+@@ -206,6 +206,8 @@
+ 
+ MODULE = Glib::ParamSpec	PACKAGE = Glib::ParamSpec	PREFIX = g_param_spec_
+ 
++=for object Glib::ParamSpec Wrapper to encapsulate metadate needed to specify parameters
++
+ void
+ DESTROY (GParamSpec * pspec)
+     CODE:
+@@ -712,7 +714,7 @@
+  ## similarly, all unsigned integer types
+ 
+ 
+-=for object Glib::Param::UInt
++=for object Glib::Param::UInt Wrapper for uint parameters in GLib
+ 
+ =head1 DESCRIPTION
+ 
+@@ -795,7 +797,7 @@
+ 
+ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Int64
+ 
+-=for object Glib::Param::Int64
++=for object Glib::Param::Int64 Wrapper for int64 parameters in GLib
+ 
+ =head1 DESCRIPTION
+ 
+@@ -829,7 +831,7 @@
+ 
+ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::UInt64
+ 
+-=for object Glib::Param::UInt64
++=for object Glib::Param::UInt64 Wrapper for uint64 parameters in GLib
+ 
+ =head1 DESCRIPTION
+ 
+@@ -865,7 +867,7 @@
+ 
+  ## and again for the floating-point types
+ 
+-=for object Glib::Param::Double
++=for object Glib::Param::Double Wrapper for double parameters in GLib
+ 
+ =head1 DESCRIPTION
+ 
+@@ -950,6 +952,9 @@
+ 
+ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Boolean
+ 
++=for object Glib::Param::Boolean Wrapper for boolean parameters in GLib
++=cut
++
+ =for see_also Glib::ParamSpec
+ =cut
+ 
+@@ -962,6 +967,9 @@
+ 
+ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Enum
+ 
++=for object Glib::Param::Enum Wrapper for enum parameters in GLib
++=cut
++
+ =for see_also Glib::ParamSpec
+ =cut
+ 
+@@ -987,6 +995,9 @@
+ 
+ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Flags
+ 
++=for object Glib::Param::Flags Wrapper for flag parameters in GLib
++=cut
++
+ =for see_also Glib::ParamSpec
+ =cut
+ 
+@@ -1013,6 +1024,9 @@
+ 
+ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::String
+ 
++=for object Glib::Param::String Wrapper for string parameters in GLib
++=cut
++
+ =for see_also Glib::ParamSpec
+ =cut
+ 
+@@ -1032,6 +1046,9 @@
+ 
+ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Unichar
+ 
++=for object Glib::Param::Unichar Wrapper for unichar parameters in GLib
++=cut
++
+ =for see_also Glib::ParamSpec
+ =cut
+ 
+--- a/GType.xs
++++ b/GType.xs
+@@ -2663,6 +2663,8 @@
+ 
+ MODULE = Glib::Type	PACKAGE = Glib::Flags
+ 
++=for object Glib::Flags Overloaded operators representing GLib flags
++
+ =for position DESCRIPTION
+ 
+ =head1 DESCRIPTION
+--- a/GUtils.xs
++++ b/GUtils.xs
+@@ -489,6 +489,9 @@
+ 
+ MODULE = Glib::Utils	PACKAGE = Glib::Markup	PREFIX = g_markup_
+ 
++=for object Glib::Markup Wrapper for markup handling functions in GLib
++=cut
++
+ =for apidoc __function__
+ =cut
+ # gchar* g_markup_escape_text (const gchar *text, gssize length);
+--- a/Glib.pm
++++ b/Glib.pm
+@@ -601,7 +601,7 @@
+ =head1 AUTHORS
+ 
+ muppet, E<lt>scott at asofyet dot orgE<gt>, who borrowed heavily from the work
+-of Göran Thyni, E<lt>gthyni at kirra dot netE<gt> and Guillaume Cottenceau
++of Goran Thyni, E<lt>gthyni at kirra dot netE<gt> and Guillaume Cottenceau
+ E<lt>gc at mandrakesoft dot comE<gt> on the first gtk2-perl module, and from
+ the sourcecode of the original gtk-perl and pygtk projects.  Marc Lehmann
+ E<lt>pcg at goof dot comE<gt> did lots of great work on the magic of making
+--- a/Glib.xs
++++ b/Glib.xs
+@@ -392,6 +392,8 @@
+ #endif /* GLIB_CHECK_VERSION (2, 12, 0) */
+ 	/* make sure that we're running/linked against a version at least as 
+ 	 * new as we built against, otherwise bad things will happen. */
++	/* Debian has a proper lib dependency system and doesn't need this check:
++
+ 	if ((((int)glib_major_version) < GLIB_MAJOR_VERSION)
+ 	    ||
+ 	    (glib_major_version == GLIB_MAJOR_VERSION && 
+@@ -405,6 +407,7 @@
+ 		      " old.  We'll continue, but expect problems!\n",
+ 		    GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION,
+ 		    glib_major_version, glib_minor_version, glib_micro_version);
++     */
+ 
+ ##
+ ## NOTE: in order to avoid overwriting the docs for the main Glib.pm, 
+--- a/MakeHelper.pm
++++ b/MakeHelper.pm
+@@ -433,7 +433,7 @@
+ 
+ \$(INST_LIB)/\$(FULLEXT)/index.pod :: \$(INST_LIB)/\$(FULLEXT)/ build/podindex
+ 	\$(NOECHO) \$(ECHO) Creating POD index...
+-	\$(NOECHO) $^X -e "print qq(\\n=head1 NAME\\n\\n\$(NAME) - API Reference Pod Index\\n\\n=head1 PAGES\\n\\n=over\\n\\n)" \\
++	\$(NOECHO) $^X -e "print qq(\\n=head1 NAME\\n\\n\$(NAME) \\\\- API Reference Pod Index\\n\\n=head1 PAGES\\n\\n=over\\n\\n)" \\
+ 		> \$(INST_LIB)/\$(FULLEXT)/index.pod
+ 	\$(NOECHO) $^X -nae "print qq(=item L<\$\$F[1]>\\n\\n);" < build/podindex >> \$(INST_LIB)/\$(FULLEXT)/index.pod
+ 	\$(NOECHO) $^X -e "print qq(=back\\n\\n);" >> \$(INST_LIB)/\$(FULLEXT)/index.pod

Added: trunk/libglib-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/series?rev=28829&op=file
==============================================================================
--- trunk/libglib-perl/debian/patches/series (added)
+++ trunk/libglib-perl/debian/patches/series Sun Dec 28 11:10:23 2008
@@ -1,0 +1,1 @@
+old-maintainers-changes

Modified: trunk/libglib-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/rules?rev=28829&op=diff
==============================================================================
--- trunk/libglib-perl/debian/rules (original)
+++ trunk/libglib-perl/debian/rules Sun Dec 28 11:10:23 2008
@@ -3,6 +3,8 @@
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
+
+include /usr/share/quilt/quilt.make
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -20,7 +22,7 @@
 endif
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -29,7 +31,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




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