summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mathys <eraserix@gmail.com>2016-04-11 18:24:19 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-10-04 20:57:53 +0200
commit78d60d84e61f1c5e12ac8be04dcaf247416070bb (patch)
tree3ddf0edcc1a77e59cf67ff8edab4d67712cba8ba
parent5cf8e5ac0cff41ad9b3471b0a1da5816ac902f0b (diff)
Import Debian changes 1.2.0-1
mercurial-extension-utils (1.2.0-1) unstable; urgency=low * Initial release. (Closes: #820217)
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright35
-rw-r--r--debian/docs1
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options1
-rw-r--r--debian/watch4
9 files changed, 74 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1095347
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mercurial-extension-utils (1.2.0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #820217)
+
+ -- Christoph Mathys <eraserix@gmail.com> Mon, 11 Apr 2016 18:24:19 +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..14bd1cc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: mercurial-extension-utils
+Section: python
+Priority: optional
+Maintainer: Christoph Mathys <eraserix@gmail.com>
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~),
+ python-setuptools, dh-python
+Standards-Version: 3.9.7
+Homepage: http://pypi.python.org/pypi/mercurial_extension_utils
+X-Python-Version: >= 2.4
+
+Package: mercurial-extension-utils
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, mercurial
+Description: Contains functions for writing Mercurial extensions.
+ Contains functions used by Mercurial extension mercurial-keyring. They are
+ mostly tiny utilities related to configuration processing or location
+ matching. They either extend Mercurial APIs a bit or support tasks which
+ aren't strictly Mercurial related, but happen repeatedly during extension
+ writing.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fa95480
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mercurial-extension-utils
+Source: http://pypi.python.org/pypi/mercurial_extension-utils
+
+Files: *
+Copyright: 2015 Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2016 Christoph Mathys <eraserix@gmail.com>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..71dfd5b
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.txt
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1ef08e4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME="mercurial-keyring"
+
+%:
+ dh $@ --with python2 --buildsystem=pybuild
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/options b/debian/source/options
new file mode 100644
index 0000000..2ec22c1
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "/SOURCES.txt$"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..20810e2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts="filenamemangle=s/\S+\/([^\/]+\.tar\.gz)#md5=[[:alnum:]]+$/$1/" \
+https://pypi.python.org/simple/mercurial-extension-utils/ \
+\S+/mercurial_extension_utils-(\S+)\.tar\.gz#md5=[[:alnum:]]+