icedove-nostalgy (0.2.22-3) debian-dir only changes

Summary

 debian/changelog               |   43 +++++++++++++++++++++++++++++++++++++++++
 debian/compat                  |    1 
 debian/control                 |   22 ++++++++++++++++++++
 debian/copyright               |   36 ++++++++++++++++++++++++++++++++++
 debian/docs                    |    2 +
 debian/install                 |    1 
 debian/links                   |    1 
 debian/patches/no-cleanup.diff |   21 ++++++++++++++++++++
 debian/patches/series          |    1 
 debian/rules                   |    8 +++++++
 10 files changed, 136 insertions(+)

    
download this patch

Patch contents

--- icedove-nostalgy-0.2.22.orig/debian/copyright
+++ icedove-nostalgy-0.2.22/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Guido Guenther <agx@sigxcpu.org> on
+Wed, 12 Mar 2008 17:57:51 +0100.
+
+It was downloaded from http://alain.frisch.fr/soft_mozilla.html
+
+Upstream Author: 
+
+    Alain Frisch <alain@frisch.fr>
+
+Copyright: 
+
+    Copyright (C) 2008 Alain Frisch
+
+License:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+    1. The origin of this software must not be misrepresented; you must not
+    claim that you wrote the original software. If you use this software
+    in a product, an acknowledgment in the product documentation would be
+    appreciated but is not required.
+
+    2. Altered source versions must be plainly marked as such, and must not be
+    misrepresented as being the original software.
+
+    3. This notice may not be removed or altered from any source
+    distribution.
+
+The Debian packaging is (C) 2008, Guido Guenther <agx@sigxcpu.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- icedove-nostalgy-0.2.22.orig/debian/control
+++ icedove-nostalgy-0.2.22/debian/control
@@ -0,0 +1,22 @@
+Source: icedove-nostalgy
+Section: mail
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers@lists.alioth.debian.org>
+Uploaders: Guido Günther <agx@sigxcpu.org>
+Build-Depends: debhelper (>= 5), quilt, zip, cdbs
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/pkg-mozext/icedove-nostalgy.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mozext/icedove-nostalgy.git;a=summary
+Homepage: http://alain.frisch.fr/soft_mozilla.html
+
+Package: xul-ext-nostalgy
+Architecture: all
+Provides: icedove-nostalgy
+Depends: ${shlibs:Depends}, ${misc:Depends}, icedove (>= 1.5)
+Replaces: icedove-nostalgy (<< 0.2.22)
+Description: keyboard shortcut extension for icedove
+ Nostalgy adds keyboard shortcuts to change the current folder, to move/copy
+ selected messages into another folder, to add/remove/view tags; the selection
+ of the target folder is made through an auto-completion box where you can type
+ part of the folder name. There are also commands to improve the navigation
+ between Icedove's three panes.
--- icedove-nostalgy-0.2.22.orig/debian/links
+++ icedove-nostalgy-0.2.22/debian/links
@@ -0,0 +1 @@
+usr/share/mozilla/extensions/common/nostalgy@alain.frisch usr/lib/icedove/extensions/nostalgy@alain.frisch
--- icedove-nostalgy-0.2.22.orig/debian/changelog
+++ icedove-nostalgy-0.2.22/debian/changelog
@@ -0,0 +1,43 @@
+icedove-nostalgy (0.2.22-3) unstable; urgency=low
+
+  * [4f9aaca] Remove icedove-3.0 link now that it has been renamed to icedove.
+
+ -- Guido Günther <agx@sigxcpu.org>  Fri, 22 Jan 2010 21:49:56 +0100
+
+icedove-nostalgy (0.2.22-2) unstable; urgency=low
+
+  * [9a43fd3] add replaces
+  * [fdf255e] fix Vcs-Browser
+  * [e18fb8f] Bump standards version to 3.8.3
+
+ -- Guido Günther <agx@sigxcpu.org>  Tue, 22 Dec 2009 16:33:11 +0100
+
+icedove-nostalgy (0.2.22-1) unstable; urgency=low
+
+  * new upstream version
+  * [8848d89] add symlink for icedove-3.0
+  * [884e6ce] switch to cdbs
+  * [9bab029] honor xul extension policy
+
+ -- Guido Günther <agx@sigxcpu.org>  Fri, 18 Dec 2009 18:13:09 +0100
+
+icedove-nostalgy (0.2.16+svn151-1) unstable; urgency=low
+
+  * [5af9a2f] merge 0.2.16+svn151
+  * [f941bae] move package over to pkg-mozext bump standards version,
+    add Vcs-{Git,Browser} and Homepage
+
+ -- Guido Günther <agx@sigxcpu.org>  Fri, 17 Apr 2009 20:38:21 +0200
+
+icedove-nostalgy (0.2.15+svn131-2) unstable; urgency=low
+
+  * [3334274] s/Thunderbird/Icedove/ (Closes: #471298)
+
+ -- Guido Guenther <agx@sigxcpu.org>  Wed, 23 Jul 2008 18:31:22 -0400
+
+icedove-nostalgy (0.2.15+svn131-1) unstable; urgency=low
+
+  * Initial release (Closes: #470731)
+
+ -- Guido Guenther <agx@sigxcpu.org>  Wed, 12 Mar 2008 17:57:51 +0100
+
--- icedove-nostalgy-0.2.22.orig/debian/install
+++ icedove-nostalgy-0.2.22/debian/install
@@ -0,0 +1 @@
+build/* 	/usr/share/mozilla/extensions/common/nostalgy@alain.frisch/
--- icedove-nostalgy-0.2.22.orig/debian/compat
+++ icedove-nostalgy-0.2.22/debian/compat
@@ -0,0 +1 @@
+5
--- icedove-nostalgy-0.2.22.orig/debian/rules
+++ icedove-nostalgy-0.2.22/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+clean::
+	rm -rf build/
--- icedove-nostalgy-0.2.22.orig/debian/docs
+++ icedove-nostalgy-0.2.22/debian/docs
@@ -0,0 +1,2 @@
+readme.txt
+TODO
--- icedove-nostalgy-0.2.22.orig/debian/patches/no-cleanup.diff
+++ icedove-nostalgy-0.2.22/debian/patches/no-cleanup.diff
@@ -0,0 +1,21 @@
+diff --git a/build.sh b/build.sh
+index 5fb40ae..370ae15 100755
+--- a/build.sh
++++ b/build.sh
+@@ -117,16 +117,3 @@ zip -r ../$APP_NAME.xpi *
+ 
+ cd "$ROOT_DIR"
+ 
+-echo "Cleanup..."
+-if [ $CLEAN_UP = 0 ]; then
+-  # save the jar file
+-  mv $TMP_DIR/chrome/$APP_NAME.jar .
+-else
+-  rm ./files
+-fi
+-
+-# remove the working files
+-rm -rf $TMP_DIR
+-echo "Done!"
+-
+-$AFTER_BUILD
--- icedove-nostalgy-0.2.22.orig/debian/patches/series
+++ icedove-nostalgy-0.2.22/debian/patches/series
@@ -0,0 +1 @@
+no-cleanup.diff