[med-svn] [python-bz2file] 01/01: added watch, updated standard version, added py version metadatac

Michael Crusoe misterc-guest at moszumanska.debian.org
Thu May 28 17:12:53 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository python-bz2file.

commit 70f955ce3ca9c388acbb322304188ca5f7bdff9a
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Thu May 28 12:44:07 2015 -0400

    added watch, updated standard version, added py version metadatac
    
    Deleted unused files in debian/
    Spacing tweaks
---
 debian/changelog              |  2 +-
 debian/control                |  9 ++++++---
 debian/copyright              |  2 +-
 debian/createmanpages         | 16 ----------------
 debian/inject-into-alioth-git | 18 ------------------
 debian/watch                  | 37 +++----------------------------------
 6 files changed, 11 insertions(+), 73 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index efd04a1..e20b6f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ python-bz2file (0.98-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #787039)
 
- -- Michael R. Crusoe  <mcrusoe at msu.edu>  Wed, 27 May 2015 21:52:25 -0400
+ -- Michael R. Crusoe <mcrusoe at msu.edu>  Wed, 27 May 2015 21:52:25 -0400
diff --git a/debian/control b/debian/control
index bb5d127..8cbebee 100644
--- a/debian/control
+++ b/debian/control
@@ -9,14 +9,17 @@ Build-Depends: debhelper (>= 9.0.0),
                python-setuptools,
                python3,
                python3-setuptools
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-bz2file.git
 Vcs-Git: git://anonscm.debian.org/debian-med/python-bz2file.git
 Homepage: https://github.com/nvawda/bz2file
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 
 Package: python-bz2file
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${python:Depends},${misc:Depends}
+Provides: ${python:Provides}
 Description: Python library for reading and writing bzip2-compressed files
  Bz2file is a Python library for reading and writing bzip2-compressed files.
  .
@@ -28,7 +31,7 @@ Description: Python library for reading and writing bzip2-compressed files
 
 Package: python3-bz2file
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${python3:Depends},${misc:Depends}
 Description: Python3 library for reading and writing bzip2-compressed files
  Bz2file is a Python library for reading and writing bzip2-compressed files.
  .
diff --git a/debian/copyright b/debian/copyright
index 465771d..c071133 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: Nadeem Vawda <nadeem.vawda at gmail.com>
 Source: https://pypi.python.org/packages/source/b/bz2file/bz2file-0.98.tar.gz
 
 Files: *
-Copyright: © 2012-2015Nadeem Vawda <nadeem.vawda at gmail.com>
+Copyright: © 2012-2015 Nadeem Vawda <nadeem.vawda at gmail.com>
 License: Apache
 
 Files: debian/*
diff --git a/debian/createmanpages b/debian/createmanpages
deleted file mode 100755
index febcd91..0000000
--- a/debian/createmanpages
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-MANDIR=debian
-mkdir -p $MANDIR
-
-VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
-
-help2man --no-info --no-discard-stderr --help-option=" " \
-         --name='<optional description of the program>' \
-            --version-string="$VERSION" <programname> > $MANDIR/<programname>.1
-
-cat <<EOT
-Please enhance the help2man output.
-The following web page might be helpful in doing so:
-    http://liw.fi/manpages/
-EOT
-
diff --git a/debian/inject-into-alioth-git b/debian/inject-into-alioth-git
deleted file mode 100755
index 02c2222..0000000
--- a/debian/inject-into-alioth-git
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-echo "Please verify whether this script is obsoleted by gbp-create-remote-repo !"
-
-# This script implements the "Git tips" given here
-#   http://debian-med.alioth.debian.org/docs/policy.html#git-tips
-# Use it with caution since it is less testet
-
-DEBPKGNAME=`dpkg-parsechangelog | awk '/^Source:/ {print $2}'`
-SHORTDESC=`grep "^Description: " debian/control | head -n 1 | sed 's/^Description: //'`
-VCSGIT=`grep "^Vcs-Git: " debian/control | sed -e 's/^Vcs-Git: //' -e 's#git://anonscm.debian.org/#ssh://git.debian.org/git/#'`
-DIRatALIOTH=`echo $VCSGIT | sed -e 's#ssh://git.debian.org/git/#/git/#' -e 's#/[^/]\+\.git##'`
-
-ssh git.debian.org "cd $DIRatALIOTH; ./setup-repository $DEBPKGNAME '$SHORTDESC'"
-git remote add origin $VCSGIT
-git push origin master
-git push --all --set-upstream
-git push --tags
diff --git a/debian/watch b/debian/watch
index 053abcf..f55d156 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,37 +1,6 @@
 version=3
 
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
+# watch file from http://pypi.debian.net/bz2file/watch
 
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/#PACKAGE#-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge
-# http://sf.net/#PACKAGE#/#PACKAGE#-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
-
-# Uncomment to find new files on GooglePages
-# http://code.google.com/p/#PACKAGE#/downloads/list?can=1 \
-#  .*/#PACKAGE#-([-.\d]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip)
-
-# Uncomment to find new files on Github
-#  - when using releases:
-# https://github.com/#GITHUBUSER#/#PACKAGE#/releases .*/archive/#PREFIX#(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
-#  - when using tags
-# https://github.com/#GITHUBUSER#/#PACKAGE#/tags .*/#PREFIX#(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-# Remark: frequently you can do s/#PREFIX#/v?/ since 'v' or nothing is quite common but there are other prefixes possible
-
-# PyPi repository of Python modules
-#  see https://lists.debian.org/debian-python/2015/02/msg00027.html
-# http://pypi.debian.net/#module#/#module#-(.+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
-
-# if tweaking of source is needed
-# \
-# debian debian/get-orig-source
-
-# if you need to repack and choose +dfsg prefix
-# opts=dversionmangle=s/[~\+]dfsg[0-9]*// \
-#
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+http://pypi.debian.net/bz2file/bz2file-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-bz2file.git



More information about the debian-med-commit mailing list