[Pkg-mozext-commits] [autofill-forms] 04/06: update patches

Sascha Girrulat sagiru-guest at alioth.debian.org
Fri Oct 4 09:39:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

sagiru-guest pushed a commit to branch master
in repository autofill-forms.

commit 7fe23c7c7a210cfe48a343db24082db13bbda123
Author: Sascha Girrulat <sascha at girrulat.de>
Date:   Tue Oct 1 11:29:32 2013 +0200

    update patches
    
     * naming
     * use gbp pq
     * remove obsolete update-examples.patch
       now we use the system libs and dfsg-clean branch as upstream
---
 ...h => 0001-typo-missing-dot-at-index-page.patch} |    3 +-
 ...ch => 0002-bump-build-version-to-0.9.9.0.patch} |   10 +---
 debian/patches/0003-use-installed-js-libs.patch    |   23 ++++++++
 debian/patches/series                              |    6 +-
 debian/patches/update-examples.patch               |   61 --------------------
 5 files changed, 30 insertions(+), 73 deletions(-)

diff --git a/debian/patches/typo-missing-dot-at-index-page.patch b/debian/patches/0001-typo-missing-dot-at-index-page.patch
similarity index 93%
rename from debian/patches/typo-missing-dot-at-index-page.patch
rename to debian/patches/0001-typo-missing-dot-at-index-page.patch
index ca65c79..aa042fb 100644
--- a/debian/patches/typo-missing-dot-at-index-page.patch
+++ b/debian/patches/0001-typo-missing-dot-at-index-page.patch
@@ -5,7 +5,7 @@ Subject: typo, missing dot at index page
 so the link to the screenshots doesn't point do a not existing page
 ---
  www/index.html |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/www/index.html b/www/index.html
 index 12022d9..0cb1ca0 100644
@@ -20,4 +20,3 @@ index 12022d9..0cb1ca0 100644
  	<img src="./graphics/screenshots/preview/autofill-forms-01.png" alt="screenshot-01"/>
  </a>
  <p>Autofill Forms enables you to fill out web forms with one click or a keyboard shortcut.</p>
--- 
diff --git a/debian/patches/bump-build-version-to-0.9.9.0.patch b/debian/patches/0002-bump-build-version-to-0.9.9.0.patch
similarity index 72%
rename from debian/patches/bump-build-version-to-0.9.9.0.patch
rename to debian/patches/0002-bump-build-version-to-0.9.9.0.patch
index bab978b..d4930fd 100644
--- a/debian/patches/bump-build-version-to-0.9.9.0.patch
+++ b/debian/patches/0002-bump-build-version-to-0.9.9.0.patch
@@ -1,14 +1,13 @@
-From b6aeeb73c0c7fed9ffa8dfeadea310ad77a188cf Mon Sep 17 00:00:00 2001
 From: Sascha Girrulat <sascha at girrulat.de>
 Date: Sun, 13 Nov 2011 12:20:25 +0100
-Subject: [PATCH] bump build version to 0.9.8.3
+Subject: bump build version to 0.9.9.0
 
 ---
  src/build.xml |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/build.xml b/src/build.xml
-index 9ee9f23..b4d2dd6 100644
+index 9ee9f23..8b42f1b 100644
 --- a/src/build.xml
 +++ b/src/build.xml
 @@ -1,7 +1,7 @@
@@ -20,6 +19,3 @@ index 9ee9f23..b4d2dd6 100644
  	<property name="jar.name" value="autofillforms" />
  	<property name="xpi.name" value="autofill_forms-${version.number}-fx" />
  	<property name="src.dir" value="." />
--- 
-1.7.2.5
-
diff --git a/debian/patches/0003-use-installed-js-libs.patch b/debian/patches/0003-use-installed-js-libs.patch
new file mode 100644
index 0000000..a0ebb38
--- /dev/null
+++ b/debian/patches/0003-use-installed-js-libs.patch
@@ -0,0 +1,23 @@
+From: Sascha Girrulat <sascha at girrulat.de>
+Date: Tue, 1 Oct 2013 11:33:55 +0200
+Subject: use installed js libs
+
+---
+ www/screenshots.html |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/www/screenshots.html b/www/screenshots.html
+index 963adda..df52634 100644
+--- a/www/screenshots.html
++++ b/www/screenshots.html
+@@ -1,8 +1,8 @@
+ <!-- MAIN CONTENT -->
+ <h5 class="page-header">Screenshots</h5>
+ 
+-<script type="text/javascript" src="./js/mootools.js"></script>
+-<script type="text/javascript" src="./js/slimbox.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/mootools/mootools.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/slimbox/slimbox2.js"></script>
+ 
+ <p id="screenshots-gallery">
+ 	<a href="./graphics/screenshots/autofill-forms-01.png" rel="lightbox[screenshots]">
diff --git a/debian/patches/series b/debian/patches/series
index fd104eb..c453989 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
-update-examples.patch
-typo-missing-dot-at-index-page.patch
-bump-build-version-to-0.9.9.0.patch
+0001-typo-missing-dot-at-index-page.patch
+0002-bump-build-version-to-0.9.9.0.patch
+0003-use-installed-js-libs.patch
diff --git a/debian/patches/update-examples.patch b/debian/patches/update-examples.patch
deleted file mode 100644
index f23bf7a..0000000
--- a/debian/patches/update-examples.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
-Date: Wed, 27 Jul 2011 15:41:19 +0200
-Subject: update-examples
-
-remove shipped jslibs and patch the docs so we use the installed jslibs
----
- www/js/mootools.js   |    1 -
- www/js/slimbox.js    |   18 ------------------
- www/screenshots.html |    4 ++--
- 3 files changed, 2 insertions(+), 21 deletions(-)
- delete mode 100644 www/js/mootools.js
- delete mode 100644 www/js/slimbox.js
-
-diff --git a/www/js/mootools.js b/www/js/mootools.js
-deleted file mode 100644
-index 36f7bd6..0000000
---- a/www/js/mootools.js
-+++ /dev/null
-@@ -1 +0,0 @@
--var MooTools={version:"1.2dev",build:"1555"};var Native=function(J){J=J||{};var F=J.afterImplement||function(){};var G=J.generics;G=(G!==false);var H=J.legacy;var E=J.initialize;var B=J.protect;var A=J.name;var C=E||H;C.constructor=Native;C.$family={name:"native"};if(H&&E){C.prototype=H.prototype}C.prototype.constructor=C;if(A){var D=A.toLowerCase();C.prototype.$family={name:D};Native.typize(C,D)}var I=function(M,K,N,L){if(!B||L||!M.prototype[K]){M.prototype[K]=N}if(G){Native.genericize [...]
-\ No newline at end of file
-diff --git a/www/js/slimbox.js b/www/js/slimbox.js
-deleted file mode 100644
-index 24e4f91..0000000
---- a/www/js/slimbox.js
-+++ /dev/null
-@@ -1,18 +0,0 @@
--/*
--	Slimbox v1.6 - The ultimate lightweight Lightbox clone
--	(c) 2007-2008 Christophe Beyls <http://www.digitalia.be>
--	MIT-style license.
--*/
--var Slimbox;(function(){var G=0,F,L,B,O,E,M,I=new Image(),K=new Image(),V,Y,P,H,U,X,J,W,C;window.addEvent("domready",function(){$(document.body).adopt($$([V=new Element("div",{id:"lbOverlay"}),Y=new Element("div",{id:"lbCenter"}),X=new Element("div",{id:"lbBottomContainer"})]).setStyle("display","none"));P=new Element("div",{id:"lbImage"}).injectInside(Y).adopt(H=new Element("a",{id:"lbPrevLink",href:"#"}),U=new Element("a",{id:"lbNextLink",href:"#"}));H.onclick=D;U.onclick=R;var a;J=ne [...]
--
--// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
--Slimbox.scanPage = function() {
--	var links = $$("a").filter(function(el) {
--		return el.rel && el.rel.test(/^lightbox/i);
--	});
--	// PUT YOUR CUSTOM OPTIONS INSIDE THE FOLLOWING {}
--	$$(links).slimbox({}, null, function(el) {
--		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
--	});
--};
--window.addEvent("domready", Slimbox.scanPage);
-diff --git a/www/screenshots.html b/www/screenshots.html
-index 963adda..bf9ab64 100644
---- a/www/screenshots.html
-+++ b/www/screenshots.html
-@@ -1,8 +1,8 @@
- <!-- MAIN CONTENT -->
- <h5 class="page-header">Screenshots</h5>
- 
--<script type="text/javascript" src="./js/mootools.js"></script>
--<script type="text/javascript" src="./js/slimbox.js"></script>
-+<script type="text/javascript" src="/usr/share/javascript/mootools/mootools.js"></script>
-+<script type="text/javascript" src="/usr/share/javascript/slimbox2.js"></script>
- 
- <p id="screenshots-gallery">
- 	<a href="./graphics/screenshots/autofill-forms-01.png" rel="lightbox[screenshots]">
--- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/autofill-forms.git



More information about the Pkg-mozext-commits mailing list