[Pkg-mozext-commits] [autofill-forms] 05/09: Drop now useless doc handling, removed upstream

David Prévot taffit at moszumanska.debian.org
Mon Oct 13 19:45:55 UTC 2014


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

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

commit b96eb568021027171d8b11ffd81f942a59643ec1
Author: David Prévot <taffit at debian.org>
Date:   Mon Oct 13 14:43:50 2014 -0400

    Drop now useless doc handling, removed upstream
---
 debian/control                                     |  3 +-
 debian/doc-base                                    |  9 -----
 debian/docs                                        |  1 -
 debian/install                                     |  1 -
 .../0001-typo-missing-dot-at-index-page.patch      | 22 -----------
 .../0002-bump-build-version-to-0.9.9.0.patch       | 21 ----------
 debian/patches/0003-use-installed-js-libs.patch    | 23 -----------
 debian/patches/series                              |  3 --
 debian/source/include-binaries                     | 45 ----------------------
 9 files changed, 1 insertion(+), 127 deletions(-)

diff --git a/debian/control b/debian/control
index 1432f40..4e43383 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
 Uploaders: Sascha Girrulat <sascha at girrulat.de>
-Build-Depends: ant, debhelper (>= 8.0.0), lynx, mozilla-devscripts
+Build-Depends: debhelper (>= 8.0.0), mozilla-devscripts
 Standards-Version: 3.9.4
 Homepage: http://autofillforms.mozdev.org/
 Vcs-Git: git://anonscm.debian.org/pkg-mozext/autofill-forms.git
@@ -12,7 +12,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/autofill-forms.git
 Package: xul-ext-autofill-forms
 Architecture: all 
 Depends: ${misc:Depends}, ${xpi:Depends},
-Suggests: libjs-mootools, libjs-slimbox
 Recommends: ${xpi:Recommends}
 Provides: ${xpi:Provides}
 Enhances: ${xpi:Enhances}
diff --git a/debian/doc-base b/debian/doc-base
deleted file mode 100644
index df98c6e..0000000
--- a/debian/doc-base
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: xul-ext-autofill-forms
-Title: Debian xul-ext-autofill-forms manual
-Author: Sebastian Tschan
-Abstract: This manual describes what xul-ext-autofill-forms is and how it can be used.
-Section: Network/Web Browsing
-
-Format: HTML
-Index: /usr/share/doc/xul-ext-autofill-forms/html/index.html
-Files: /usr/share/doc/xul-ext-autofill-forms/html/*.html
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index acb2bf2..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-changelog.gz
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 3d935ce..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-www/* /usr/share/doc/xul-ext-autofill-forms/html/
diff --git a/debian/patches/0001-typo-missing-dot-at-index-page.patch b/debian/patches/0001-typo-missing-dot-at-index-page.patch
deleted file mode 100644
index aa042fb..0000000
--- a/debian/patches/0001-typo-missing-dot-at-index-page.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Sascha Girrulat <sascha at girrulat.de>
-Date: Thu, 28 Jul 2011 10:58:16 +0200
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/www/index.html b/www/index.html
-index 12022d9..0cb1ca0 100644
---- a/www/index.html
-+++ b/www/index.html
-@@ -1,7 +1,7 @@
- 
- <!-- MAIN CONTENT -->
- <h4 class="page-header">Autofill Forms - Mozilla Firefox add-on</h4>
--<a style="float:right; margin-left:20px;" href="/screenshots.html">
-+<a style="float:right; margin-left:20px;" href="./screenshots.html">
- 	<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/0002-bump-build-version-to-0.9.9.0.patch b/debian/patches/0002-bump-build-version-to-0.9.9.0.patch
deleted file mode 100644
index d4930fd..0000000
--- a/debian/patches/0002-bump-build-version-to-0.9.9.0.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Sascha Girrulat <sascha at girrulat.de>
-Date: Sun, 13 Nov 2011 12:20:25 +0100
-Subject: bump build version to 0.9.9.0
-
----
- src/build.xml |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/build.xml b/src/build.xml
-index 9ee9f23..8b42f1b 100644
---- a/src/build.xml
-+++ b/src/build.xml
-@@ -1,7 +1,7 @@
- <?xml version="1.0" ?>
- 
- <project name="Autofill Forms" default="xpi">
--	<property name="version.number" value="0.9.8.1" />
-+	<property name="version.number" value="0.9.9.0" />
- 	<property name="jar.name" value="autofillforms" />
- 	<property name="xpi.name" value="autofill_forms-${version.number}-fx" />
- 	<property name="src.dir" value="." />
diff --git a/debian/patches/0003-use-installed-js-libs.patch b/debian/patches/0003-use-installed-js-libs.patch
deleted file mode 100644
index a0ebb38..0000000
--- a/debian/patches/0003-use-installed-js-libs.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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
deleted file mode 100644
index c453989..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-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/source/include-binaries b/debian/source/include-binaries
deleted file mode 100644
index 06e94fa..0000000
--- a/debian/source/include-binaries
+++ /dev/null
@@ -1,45 +0,0 @@
-www/graphics/Firefox-3-Mac-Toolbar-Button-Template.png
-www/graphics/pencil.png
-www/graphics/logo.png
-www/graphics/screenshots/autofill-forms-07.png
-www/graphics/screenshots/autofill-forms-16.png
-www/graphics/screenshots/autofill-forms-09.png
-www/graphics/screenshots/preview/autofill-forms-07.png
-www/graphics/screenshots/preview/autofill-forms-16.png
-www/graphics/screenshots/preview/autofill-forms-09.png
-www/graphics/screenshots/preview/autofill-forms-17.png
-www/graphics/screenshots/preview/autofill-forms-13.png
-www/graphics/screenshots/preview/autofill-forms-10.png
-www/graphics/screenshots/preview/autofill-forms-02.png
-www/graphics/screenshots/preview/autofill-forms-11.png
-www/graphics/screenshots/preview/autofill-forms-06.png
-www/graphics/screenshots/preview/autofill-forms-03.png
-www/graphics/screenshots/preview/autofill-forms-18.png
-www/graphics/screenshots/preview/autofill-forms-14.png
-www/graphics/screenshots/preview/autofill-forms-01.png
-www/graphics/screenshots/preview/autofill-forms-12.png
-www/graphics/screenshots/preview/autofill-forms-05.png
-www/graphics/screenshots/preview/autofill-forms-08.png
-www/graphics/screenshots/preview/autofill-forms-15.png
-www/graphics/screenshots/preview/autofill-forms-04.png
-www/graphics/screenshots/autofill-forms-17.png
-www/graphics/screenshots/autofill-forms-13.png
-www/graphics/screenshots/autofill-forms-10.png
-www/graphics/screenshots/autofill-forms-02.png
-www/graphics/screenshots/autofill-forms-11.png
-www/graphics/screenshots/autofill-forms-06.png
-www/graphics/screenshots/autofill-forms-03.png
-www/graphics/screenshots/autofill-forms-18.png
-www/graphics/screenshots/autofill-forms-14.png
-www/graphics/screenshots/autofill-forms-01.png
-www/graphics/screenshots/autofill-forms-12.png
-www/graphics/screenshots/autofill-forms-05.png
-www/graphics/screenshots/autofill-forms-08.png
-www/graphics/screenshots/autofill-forms-15.png
-www/graphics/screenshots/autofill-forms-04.png
-www/graphics/paypal-donate.gif
-www/css/nextlabel.gif
-www/css/closelabel.gif
-www/css/loading.gif
-www/css/prevlabel.gif
-www/favicon.ico

-- 
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