[med-svn] [Git][med-team/python-pycosat][master] 3 commits: Add include path to picosat

Andreas Tille gitlab at salsa.debian.org
Sun Mar 10 14:37:27 GMT 2019


Andreas Tille pushed to branch master at Debian Med / python-pycosat


Commits:
7d427941 by Andreas Tille at 2019-03-10T14:16:53Z
Add include path to picosat

- - - - -
30c22471 by Andreas Tille at 2019-03-10T14:34:59Z
Fix license

- - - - -
0e52540d by Andreas Tille at 2019-03-10T14:35:09Z
DEP3

- - - - -


3 changed files:

- debian/copyright
- + debian/patches/series
- + debian/patches/use-debian-packaged-picosat.patch


Changes:

=====================================
debian/copyright
=====================================
@@ -5,9 +5,28 @@ Files-Excluded: picosat.c
                 picosat.h
 
 Files: *
-Copyright: 2014 
-License: FIXME
+Copyright: 2013-2018 Ilan Schnell, Continuum Analytics, Inc.
+License: MIT
 
 Files: debian/*
 Copyright: 2019 Andreas Tille <tille at debian.org>
-License: FIXME
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+ IN THE SOFTWARE.


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+use-debian-packaged-picosat.patch


=====================================
debian/patches/use-debian-packaged-picosat.patch
=====================================
@@ -0,0 +1,22 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 28 Nov 2018 16:59:12 +0100
+Description: use Debian packaged picosat
+
+--- a/setup.py
++++ b/setup.py
+@@ -15,10 +15,11 @@ ext_kwds = dict(
+     define_macros = []
+ )
+ 
+-if '--inplace' in sys.argv:
+-    ext_kwds['define_macros'].append(('DONT_INCLUDE_PICOSAT', 1))
+-    ext_kwds['library_dirs'] = ['.']
+-    ext_kwds['libraries'] = ['picosat']
++#if '--inplace' in sys.argv:
++ext_kwds['define_macros'].append(('DONT_INCLUDE_PICOSAT', 1))
++ext_kwds['include_dirs'] = ['/usr/include/picosat']
++#ext_kwds['library_dirs'] = ['.']
++ext_kwds['libraries'] = ['picosat']
+ 
+ 
+ setup(



View it on GitLab: https://salsa.debian.org/med-team/python-pycosat/compare/df6d548e0d1aae32c208cc358ffb3e24daf898f7...0e52540db08a51fde15400cb82cec9151dea8fc3

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-pycosat/compare/df6d548e0d1aae32c208cc358ffb3e24daf898f7...0e52540db08a51fde15400cb82cec9151dea8fc3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190310/ecc53c73/attachment-0001.html>


More information about the debian-med-commit mailing list