[Python-modules-commits] [python-bcdoc] 06/07: debian/copyright: fix license short name

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Nov 25 13:08:41 UTC 2015


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

takaki pushed a commit to branch master
in repository python-bcdoc.

commit 6c1c20b969606bf0ae718e47ed1302a302eda574
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Wed Nov 25 22:06:51 2015 +0900

    debian/copyright: fix license short name
---
 debian/copyright | 2 +-
 debian/rules     | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 36939cd..7d2738b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ License: Apache-2.0
 
 Files: bcdoc/textwriter.py
 Copyright: 2007-2011, the Sphinx team
-License: BSD
+License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
diff --git a/debian/rules b/debian/rules
index 8f0a046..7c9e944 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-export PYBUILD_DESTDIR_python2=debian/python-bcdoc/
-export PYBUILD_DESTDIR_python3=debian/python3-bcdoc/
+export PYBUILD_NAME=bcdoc
 
 %:
 	dh $@  --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-bcdoc.git



More information about the Python-modules-commits mailing list