From: Benjamin Mako Hill Date: Sat, 12 Feb 2011 18:06:07 +0000 (-0500) Subject: added first rough pass at a debian directory X-Git-Url: https://projects.mako.cc/source/python-simplemediawiki.debian/commitdiff_plain/327b1d8a47808454c38a480e385b8e9f8c70c11b added first rough pass at a debian directory --- diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..424c867 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +python-simplemediawiki for Debian +--------------------------------- + + + + -- Benjamin Mako Hill Fri, 11 Feb 2011 00:31:20 -0500 diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..72b09d0 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,9 @@ +python-simplemediawiki for Debian +--------------------------------- + + + + + + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6b7805e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-simplemediawiki (1.0.2-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Benjamin Mako Hill Fri, 11 Feb 2011 00:31:20 -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..ccc95ba --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: python-simplemediawiki +Section: unknown +Priority: extra +Maintainer: Benjamin Mako Hill +Build-Depends: cdbs, debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: +XS-Python-Version: >= 2.6 +#Vcs-Git: git://git.debian.org/collab-maint/python-simplemediawiki.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-simplemediawiki.git;a=summary + +Package: python-simplemediawiki +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +XB-Python-Version: ${python:Versions} +Description: + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..abf7a20 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,53 @@ +This work was packaged for Debian by: + + Benjamin Mako Hill on Fri, 11 Feb 2011 00:31:20 -0500 + +It was downloaded from: + + + +Upstream Author(s): + + + + +Copyright: + + + + +License: + +### SELECT: ### + 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 2 of the License, or + (at your option) any later version. +### OR ### + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. +########## + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +The Debian packaging is: + + Copyright (C) 2011 Benjamin Mako Hill + +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 2 of the License, or +(at your option) any later version. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f0a45b3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +#include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +# Add here any variable or target overrides you need. diff --git a/debian/watch.ex b/debian/watch.ex new file mode 100644 index 0000000..bc7f9dd --- /dev/null +++ b/debian/watch.ex @@ -0,0 +1,23 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php python-simplemediawiki-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/python-simplemediawiki-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/python-simplemediawiki-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/python-simplemediawiki/python-simplemediawiki-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html python-simplemediawiki-(.*)\.tar\.gz