From 233d03979f1a551cac7e9f4ef8e2a1edf1a12d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 23 Jun 2016 22:28:36 +0200 Subject: [PATCH] add debian/ generated by py2dsc --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 27 +++++++++++++++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + debian/watch | 4 ++++ 6 files changed, 46 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a1705c0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xstatic-jquery (1.10.2.1-1) unstable; urgency=low + + * source package automatically created by stdeb 0.8.5 + + -- Frederic Peters Thu, 23 Jun 2016 22:23:29 +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..f3efb76 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: xstatic-jquery +Maintainer: Frederic Peters +Section: python +Priority: optional +Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Standards-Version: 3.9.6 +Homepage: http://jquery.com/ + +Package: python-xstatic-jquery +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: jQuery 1.10.2 (XStatic packaging standard) + XStatic-jQuery + -------------- + . + jQuery javascript library packaged for setuptools (easy_install) / pip. + . + This package is intended to be used by **any** project that needs these files. + . + It intentionally does **not** provide any extra code except some metadata + **nor** has any extra requirements. You MAY use some minimal support code from + the XStatic base package, if you like. + . + You can find more info about the xstatic packaging way in the package `XStatic`. + . + . + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..afa82d7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Thu, 23 Jun 2016 22:23:29 +0200 +export PYBUILD_NAME=xstatic-jquery +%: + 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/watch b/debian/watch new file mode 100644 index 0000000..a030d79 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# please also check http://pypi.debian.net/XStatic-jQuery/watch +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +http://pypi.debian.net/XStatic-jQuery/XStatic-jQuery-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \ No newline at end of file