r32282 - in /trunk/libgtk2-mozembed-perl/debian: README.source changelog patches/use-the-right-xul rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Mar 23 17:40:34 UTC 2009


Author: ryan52-guest
Date: Mon Mar 23 17:40:30 2009
New Revision: 32282

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32282
Log:
* fix seg fault
* reenable tests
* add README.source

Added:
    trunk/libgtk2-mozembed-perl/debian/README.source
Modified:
    trunk/libgtk2-mozembed-perl/debian/changelog
    trunk/libgtk2-mozembed-perl/debian/patches/use-the-right-xul
    trunk/libgtk2-mozembed-perl/debian/rules

Added: trunk/libgtk2-mozembed-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/README.source?rev=32282&op=file
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/README.source (added)
+++ trunk/libgtk2-mozembed-perl/debian/README.source Mon Mar 23 17:40:30 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libgtk2-mozembed-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/changelog?rev=32282&op=diff
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/changelog (original)
+++ trunk/libgtk2-mozembed-perl/debian/changelog Mon Mar 23 17:40:30 2009
@@ -1,8 +1,4 @@
 libgtk2-mozembed-perl (0.08-1) UNRELEASED; urgency=low
-
-  TODO:
-  * seg faults on exit (also causes tests to fail -- need to uncomment the
-    dh_auto_test line in debian/rules once this is fixed)
 
   * Initial Release. (LP: #187921) (Closes: #518099)
 

Modified: trunk/libgtk2-mozembed-perl/debian/patches/use-the-right-xul
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/patches/use-the-right-xul?rev=32282&op=diff
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/patches/use-the-right-xul (original)
+++ trunk/libgtk2-mozembed-perl/debian/patches/use-the-right-xul Mon Mar 23 17:40:30 2009
@@ -53,7 +53,7 @@
  
  /* ------------------------------------------------------------------------- */
  
-@@ -134,143 +135,49 @@
+@@ -134,143 +135,50 @@
  
  /* gint (* dom_key_press) (GtkMozEmbed *embed, gpointer dom_event); */
  
@@ -159,6 +159,7 @@
 -#ifdef GTK_MOZ_EMBED_PERL_XULRUNNER_PATH
 -	gtk_moz_embed_set_path (GTK_MOZ_EMBED_PERL_XULRUNNER_PATH);
 -#endif /* GTK_MOZ_EMBED_PERL_XULRUNNER_PATH */
++
 +     /* copied from the gnome-python-extras package's patch */
 +     static const GREVersionRange greVersion = {
 +     "1.9b", PR_TRUE,
@@ -181,7 +182,7 @@
 +         croak("failed 3");
 +     }
 +
-+     gtk_moz_embed_set_comp_path(xpcomLocation);
++     /* gtk_moz_embed_set_comp_path(xpcomLocation); */
 +
 +     char *lastSlash = strrchr(xpcomLocation, '/');
 +     if (lastSlash)
@@ -229,7 +230,7 @@
  
  =for object Gtk2::MozEmbed::main
  
-@@ -539,31 +446,6 @@
+@@ -539,31 +447,6 @@
      OUTPUT:
  	RETVAL
  

Modified: trunk/libgtk2-mozembed-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/rules?rev=32282&op=diff
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/rules (original)
+++ trunk/libgtk2-mozembed-perl/debian/rules Mon Mar 23 17:40:30 2009
@@ -5,7 +5,7 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh --before dh_auto_test build
-#	xvfb-run dh_auto_test
+	xvfb-run dh_auto_test
 	dh --after dh_auto_test build
 	touch $@
 




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