[Python-modules-commits] r31983 - in packages/xlsxwriter/trunk/debian (4 files)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Tue Mar 10 10:18:29 UTC 2015


    Date: Tuesday, March 10, 2015 @ 10:18:28
  Author: zyga-guest
Revision: 31983

* debian/control: build-depend on dh-python
* debian/watch: use the new pypi redirector
* debian/rules: don't ship the new vba_extract script, it's a small example
  (of many) and it doesn't seem to be that useful yet.
* debian/copyright: bump dates and add myself to debian/ section

Modified:
  packages/xlsxwriter/trunk/debian/changelog
  packages/xlsxwriter/trunk/debian/copyright
  packages/xlsxwriter/trunk/debian/rules
  packages/xlsxwriter/trunk/debian/watch

Modified: packages/xlsxwriter/trunk/debian/changelog
===================================================================
--- packages/xlsxwriter/trunk/debian/changelog	2015-03-10 08:36:16 UTC (rev 31982)
+++ packages/xlsxwriter/trunk/debian/changelog	2015-03-10 10:18:28 UTC (rev 31983)
@@ -1,10 +1,13 @@
-xlsxwriter (0.5.3-0.1) UNRELEASED; urgency=medium
+xlsxwriter (0.6.7-1) UNRELEASED; urgency=medium
 
-  * Non-maintainer upload
   * New upstream release. List of changes is available on
     http://xlsxwriter.readthedocs.org/changes.html
   * Add doc-base files for the readme.html shipped by upstream
-  * Build-depend on dh-python
+  * debian/control: build-depend on dh-python
+  * debian/watch: use the new pypi redirector
+  * debian/rules: don't ship the new vba_extract script, it's a small example
+    (of many) and it doesn't seem to be that useful yet.
+  * debian/copyright: bump dates and add myself to debian/ section
 
  -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Tue, 29 Apr 2014 12:25:12 +0200
 

Modified: packages/xlsxwriter/trunk/debian/copyright
===================================================================
--- packages/xlsxwriter/trunk/debian/copyright	2015-03-10 08:36:16 UTC (rev 31982)
+++ packages/xlsxwriter/trunk/debian/copyright	2015-03-10 10:18:28 UTC (rev 31983)
@@ -4,7 +4,7 @@
 Source: https://github.com/jmcnamara/XlsxWriter
 
 Files: *
-Copyright: Copyright (c) 2013, John McNamara, All rights reserved.
+Copyright: Copyright (c) 2013-2015, John McNamara, All rights reserved.
 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:
@@ -39,7 +39,9 @@
  /usr/share/common-licenses/LGPL-3.
 
 Files: debian/*
-Copyright: Copyright 2013-2014 Sylvain Pineau <sylvain.pineau at canonical.com>
+Copyright:
+ Copyright 2013-2014 Sylvain Pineau <sylvain.pineau at canonical.com>
+ Copyright 2015 Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
 License: GPL-3
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3,

Modified: packages/xlsxwriter/trunk/debian/rules
===================================================================
--- packages/xlsxwriter/trunk/debian/rules	2015-03-10 08:36:16 UTC (rev 31982)
+++ packages/xlsxwriter/trunk/debian/rules	2015-03-10 10:18:28 UTC (rev 31983)
@@ -3,3 +3,11 @@
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_install:
+	dh_install
+	# Don't ship the vba_extract.py script
+	rm -f debian/python-xlsxwriter/usr/bin/vba_extract.py
+	rm -f debian/python3-xlsxwriter/usr/bin/vba_extract.py
+	find debian/python-xlsxwriter -type d -empty -delete
+	find debian/python3-xlsxwriter -type d -empty -delete

Modified: packages/xlsxwriter/trunk/debian/watch
===================================================================
--- packages/xlsxwriter/trunk/debian/watch	2015-03-10 08:36:16 UTC (rev 31982)
+++ packages/xlsxwriter/trunk/debian/watch	2015-03-10 10:18:28 UTC (rev 31983)
@@ -1,2 +1,3 @@
 version=3
-https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-(.*)\.tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/XlsxWriter/XlsxWriter-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list