[Pkg-mozext-commits] [colorediffs-extension] 02/02: Initial release. (Closes: #605768)

Michael Fladischer fladi-guest at moszumanska.debian.org
Wed May 14 09:45:57 UTC 2014


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

fladi-guest pushed a commit to branch master
in repository colorediffs-extension.

commit a635ec6873260f1b38a21c36fb6c3757533690a5
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed May 14 11:39:30 2014 +0200

    Initial release. (Closes: #605768)
---
 debian/changelog                             |  5 +++++
 debian/compat                                |  1 +
 debian/control                               | 30 ++++++++++++++++++++++++++++
 debian/copyright                             | 29 +++++++++++++++++++++++++++
 debian/rules                                 |  8 ++++++++
 debian/source/format                         |  1 +
 debian/source/lintian-overrides              |  2 ++
 debian/watch                                 |  3 +++
 debian/xul-ext-colorediffs.lintian-overrides |  2 ++
 9 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4cea370
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+colorediffs-extension (0.6.2012.01.27.14.07.45-1) unstable; urgency=low
+
+  * Initial release. (Closes: #605768)
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 14 May 2014 11:04:25 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b01c634
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: colorediffs-extension
+Section: mail
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 9), mozilla-devscripts
+Standards-Version: 3.9.5
+Homepage: http://code.google.com/p/colorediffs/
+Vcs-Git: git://anonscm.debian.org/pkg-mozext/colorediffs-extension.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/colorediffs-extension.git
+
+Package: xul-ext-colorediffs
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Description: Icedove/Iceape extension that colors diffs from SVN/CVS notificators
+ This extension for Icedove and Iceape can color diffs sent by SVN/CVS
+ notificators and it can show them in side-by-side mode.
+ Also it converts all the filenames in the message log into links so you can
+ quickly jump to the file you want to review and it can make space and tabs
+ chars visible.
+ .
+ The supported formats are:
+  * Generic SVN mailer format
+  * git mailer format
+  * Generic CVS format
+  * Context CVS format
+  * Unified patch
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..deb179e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: colorediffs
+Upstream-Contact: Vadim Atlygin <vadim.atlygin at gmail.com>
+Source: http://code.google.com/p/colorediffs/
+
+Files: *
+Copyright: 2012, Vadim Atlygin <vadim.atlygin at gmail.com>
+License: MPL-1.1
+
+Files: debian/*
+Copyright: 2014, Michael Fladischer <FladischerMichael at fladi.at>
+License: MPL-1.1
+
+License: MPL-1.1
+ The contents of this file are subject to the Mozilla Public License Version
+ 1.1 (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/
+ .
+ Software distributed under the License is distributed on an "AS IS" basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.
+ .
+ The Original Code is colorediffs.
+ .
+ The Initial Developer of the Original Code is Vadim Atlygin.
+ Portions created by the Initial Developer are Copyright (C) 2006
+ the Initial Developer. All Rights Reserved.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2e0acff
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with xul-ext --buildsystem=xul_ext
+
+override_dh_auto_install:
+	dh_auto_install
+	rm debian/xul-ext-colorediffs/usr/share/xul-ext/colorediffs/LICENSE
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..7666bde
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not provide detached PGP signatures for their source tarballs.
+colorediffs-extension: debian-watch-may-check-gpg-signature
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..884814c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+https://addons.mozilla.org/en-us/thunderbird/addon/colored-diffs/versions/ \
+https://addons.mozilla.org/thunderbird/downloads/file/\d+/colored_diffs-([\d\.]+)-tb\+sm\.xpi.* debian xpi-repack
diff --git a/debian/xul-ext-colorediffs.lintian-overrides b/debian/xul-ext-colorediffs.lintian-overrides
new file mode 100644
index 0000000..9bc75ba
--- /dev/null
+++ b/debian/xul-ext-colorediffs.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not provide a separate changelog.
+xul-ext-colorediffs: no-upstream-changelog

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



More information about the Pkg-mozext-commits mailing list