[Pkg-privacy-commits] [xul-ext-monkeysphere] 148/296: remake of debian branch from head of master

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:34 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 2629a1f13e2f8cc1f617e45d6e3ee945fd492840
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Tue Mar 9 10:35:58 2010 -0500

    remake of debian branch from head of master
---
 debian/changelog     | 11 +++++++++++
 debian/compat        |  1 +
 debian/control       | 23 +++++++++++++++++++++++
 debian/copyright     | 22 ++++++++++++++++++++++
 debian/rules         | 11 +++++++++++
 debian/source/format |  1 +
 6 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3c43f55
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+xul-ext-monkeysphere (0.1) unstable; urgency=low
+
+  [ Micah Anderson ]
+  * Removed unnecessary installation of TODO, NOTES and Makefile 
+    from extension directory
+  * Fix trailing tilde on mozilla-devscripts version
+
+  [ Jameson Rollins ]
+  * New upstream initial release to Debian
+  
+ -- Jameson Rollins <jrollins at finestructure.net>  Sun, 14 Feb 2010 15:40:14 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3c66fff
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: xul-ext-monkeysphere
+Section: web
+Priority: optional
+Maintainer: Jameson Rollins <jrollins at finestructure.net>
+Uploaders:  Daniel Kahn Gillmor <dkg at fifthhorseman.net>
+DM-Upload-Allowed: yes
+Standards-Version: 3.8.4
+Build-Depends: cdbs, debhelper (>= 7), mozilla-devscripts (>= 0.16)
+Homepage: http://web.monkeysphere.info/
+Vcs-Git: git://git.monkeysphere.info/xul-ext-monkeysphere
+
+Package: xul-ext-monkeysphere
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Description: Iceweasel/Firefox extension for using Monkeysphere on the web
+ Monkeysphere is a system for using the OpenPGP web of trust as a PKI
+ for rsa keys.
+ .
+ This extensions enables Monkeysphere checking of X.509 certificates
+ from https hosts whos keys are in the web of trust.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f159f9a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Name: Monkeysphere XUL Extension
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Source: http://web.monkeysphere.info/download
+Maintainer: Monkeysphere Developers <monkeysphere at lists.riseup.net>
+
+Files: *
+Copyright: 2010 Jameson Rollins <jrollins at fifthhorseman.net>,
+ Daniel Kahn Gillmor <dkg at fifthhorseman.net>,
+ Elliot Winard <enw at caveteen.com>,
+ Matthew Goins <mjgoins at openflows.com>,
+ Mike Castleman <mlcastle at mlcastle.net>,
+ Micah Anderson <micah at riseup.net>,
+License: GPL-3+
+
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in file "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ec2f8ff
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/mozilla-devscripts/xpi.mk
+
+install/xul-ext-monkeysphere::
+	rm -f $(CURDIR)/debian/xul-ext-monkeysphere/usr/share/xul-ext-monkeysphere/Makefile
+	rm -f $(CURDIR)/debian/xul-ext-monkeysphere/usr/share/xul-ext-monkeysphere/TODO
+	rm -f $(CURDIR)/debian/xul-ext-monkeysphere/usr/share/xul-ext-monkeysphere/NOTES
+
+
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list