[Python-modules-commits] r33667 - in packages/pykcs11/trunk/debian (changelog control copyright)

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Aug 9 13:56:08 UTC 2015


    Date: Sunday, August 9, 2015 @ 13:56:07
  Author: rousseau
Revision: 33667

* Fix "Please replace python3-all-dev build-dependency with python3-
  dev" proposed patch applied (Closes: #793553)
* debian/copyright: do not duplicate the GNU GPL v2 license

Modified:
  packages/pykcs11/trunk/debian/changelog
  packages/pykcs11/trunk/debian/control
  packages/pykcs11/trunk/debian/copyright

Modified: packages/pykcs11/trunk/debian/changelog
===================================================================
--- packages/pykcs11/trunk/debian/changelog	2015-08-09 07:28:28 UTC (rev 33666)
+++ packages/pykcs11/trunk/debian/changelog	2015-08-09 13:56:07 UTC (rev 33667)
@@ -1,3 +1,11 @@
+pykcs11 (1.3.0-2) unstable; urgency=medium
+
+  * Fix "Please replace python3-all-dev build-dependency with python3-
+    dev" proposed patch applied (Closes: #793553)
+  * debian/copyright: do not duplicate the GNU GPL v2 license
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Sun, 09 Aug 2015 15:55:50 +0200
+
 pykcs11 (1.3.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/pykcs11/trunk/debian/control
===================================================================
--- packages/pykcs11/trunk/debian/control	2015-08-09 07:28:28 UTC (rev 33666)
+++ packages/pykcs11/trunk/debian/control	2015-08-09 13:56:07 UTC (rev 33667)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Ludovic Rousseau <rousseau at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, David Smith <davidsmith at acm.org>
-Build-Depends: debhelper (>= 9), swig, python3-all-dev
+Build-Depends: debhelper (>= 9), swig, python3-dev
 Standards-Version: 3.9.5
 Section: python
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pykcs11/trunk/

Modified: packages/pykcs11/trunk/debian/copyright
===================================================================
--- packages/pykcs11/trunk/debian/copyright	2015-08-09 07:28:28 UTC (rev 33666)
+++ packages/pykcs11/trunk/debian/copyright	2015-08-09 13:56:07 UTC (rev 33667)
@@ -8,22 +8,6 @@
  (C) 2004-2006 Giuseppe Amato <midori at paipai.net>
  (C) 2006 Ludovic Rousseau <ludovic.rousseau at free.fr>
 License: GPL-2+
- This program 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.
- .
- This program 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, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- .
- On Debian systems, the complete text of the GNU General Public License
- can be found in /usr/share/common-licenses/GPL-2 file.
 
 Files: src/opensc/*
 Copyright:
@@ -42,41 +26,29 @@
 Files: src/dyn_generic.h, src/dyn_unix.c, src/dyn_win32.c
 Copyright: (C) 1999 David Corcoran <corcoran at linuxnet.com>
 License: GPL-2+
- This program 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.
- .
- This program 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, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- .
- On Debian systems, the complete text of the GNU General Public License
- can be found in /usr/share/common-licenses/GPL-2 file.
 
 Files: debian/*
 Copyright:
  (C) 2008 David Smith <davidsmith at acm.org>
  (C) 2006 Ludovic Rousseau <rousseau at debian.org>
 License: GPL-2+
- This program 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.
+ This file 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.
  .
- This program 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.
+ This program 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, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  .
+ stdafx.h : include file for standard system include files,
+ or project specific include files that are used frequently, but
+ are changed infrequently
+ .
  On Debian systems, the complete text of the GNU General Public License
- can be found in /usr/share/common-licenses/GPL-2 file.
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.




More information about the Python-modules-commits mailing list