[Git][debian-gis-team/pylibtiff][master] 3 commits: Always depend of libtiff-dev
    Antonio Valentino 
    gitlab at salsa.debian.org
       
    Wed Jan  2 18:04:38 GMT 2019
    
    
  
Antonio Valentino pushed to branch master at Debian GIS Project / pylibtiff
Commits:
1253bcb3 by Antonio Valentino at 2019-01-02T11:49:40Z
Always depend of libtiff-dev
- - - - -
2b8810d3 by Antonio Valentino at 2019-01-02T17:58:31Z
Set compat to 12
- - - - -
2770eeba by Antonio Valentino at 2019-01-02T17:59:05Z
Set distribution to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/compat
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pylibtiff (0.4.2-5) unstable; urgency=medium
+
+  * debian/control:
+    - always depend on libtiff-dev
+  * Set compat to 12.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Wed, 02 Jan 2019 17:58:42 +0000
+
 pylibtiff (0.4.2-4) unstable; urgency=medium
 
   * debian/control:
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: python
 Priority: optional
 Testsuite: autopkgtest-pkg-python
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper (>= 12),
                dh-python,
                libtiff-dev,
                python-all-dev,
@@ -22,7 +22,7 @@ Homepage: https://github.com/pearu/pylibtiff
 
 Package: python-libtiff
 Architecture: any
-Depends: libtiff5 (>= 4.0.9) | libtiff-dev,
+Depends: libtiff-dev,
          python-bitarray,
          ${python:Depends},
          ${shlibs:Depends},
@@ -54,7 +54,7 @@ Description: wrapper to the libtiff library to Python using ctypes
 
 Package: python3-libtiff
 Architecture: any
-Depends: libtiff5 (>= 4.0.9) | libtiff-dev,
+Depends: libtiff-dev,
          python3-bitarray,
          ${python3:Depends},
          ${shlibs:Depends},
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/compare/4816c3e8516ee4fa548407301bd45ca8971d36c7...2770eebac7da264714d29c07789f37352cdaf6bd
-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/compare/4816c3e8516ee4fa548407301bd45ca8971d36c7...2770eebac7da264714d29c07789f37352cdaf6bd
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/pkg-grass-devel/attachments/20190102/8d53b6d4/attachment-0001.html>
    
    
More information about the Pkg-grass-devel
mailing list