[Python-modules-commits] [python-mailer] 01/01: Fix debian/copyright and debian/rules.

Hugo Lefeuvre hle at moszumanska.debian.org
Fri Aug 19 09:56:41 UTC 2016


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

hle pushed a commit to branch master
in repository python-mailer.

commit 2dffc1842bee713656f947549ba26f2be7ab539b
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Fri Aug 19 11:04:32 2016 +0200

    Fix debian/copyright and debian/rules.
---
 debian/control   | 4 ++--
 debian/copyright | 3 +++
 debian/rules     | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index bf6c117..92cddda 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-maile
 
 Package: python-mailer
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Python module that simplifies sending email (Python 2)
  Simplifies sending emails in Python, features a single class to send
  plain text, HTML email, and attachments.  Mailer auto detects attachment
@@ -29,7 +29,7 @@ Description: Python module that simplifies sending email (Python 2)
 
 Package: python3-mailer
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Python module that simplifies sending email (Python 3)
  Simplifies sending emails in Python, features a single class to send
  plain text, HTML email, and attachments.  Mailer auto detects attachment
diff --git a/debian/copyright b/debian/copyright
index 8b1ad1e..d7806eb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -40,3 +40,6 @@ License: GPL-3:
  .
  You should have received a copy of the GNU General Public License along with 
  this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public License version 3 
+ can be found in the file `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
index 9e9e838..3734c6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@ export DH_VERBOSE = 1
 export PYBUILD_NAME=mailer
 
 %:
-	dh  $@ --with python2,python3 --builder=pybuild
+	dh  $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list