diff -Nru phpmyadmin-shapefile-2.1/debian/autoloaders/php-phpmyadmin-shapefile phpmyadmin-shapefile-2.1/debian/autoloaders/php-phpmyadmin-shapefile --- phpmyadmin-shapefile-2.1/debian/autoloaders/php-phpmyadmin-shapefile 1970-01-01 00:00:00.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/autoloaders/php-phpmyadmin-shapefile 2022-12-16 20:06:58.000000000 +0000 @@ -0,0 +1 @@ +phpmyadmin shapefile PhpMyAdmin/ShapeFile/autoload.php \ No newline at end of file diff -Nru phpmyadmin-shapefile-2.1/debian/changelog phpmyadmin-shapefile-2.1/debian/changelog --- phpmyadmin-shapefile-2.1/debian/changelog 2021-02-14 11:13:04.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/changelog 2022-12-16 20:11:04.000000000 +0000 @@ -1,9 +1,29 @@ -phpmyadmin-shapefile (2.1-5+focal1) focal; urgency=medium +phpmyadmin-shapefile (2.1-7+focal1) focal; urgency=medium * All packaging changes for 2.1 for focal - * Set debhelper-compat to 12 + * Revert "Depend on dh-sequence-phpcomposer" - -- William Desportes Sun, 14 Feb 2021 12:13:04 +0100 + -- William Desportes Fri, 16 Dec 2022 21:11:04 +0100 + +phpmyadmin-shapefile (2.1-7) unstable; urgency=medium + + * Remove Felipe from Uploaders field on d/control + * Mark some DEP-8 tests as "Restrictions: superficial" + * Fix the package description (#1025367) (Closes: #1025367) + * Add new test data files to dh/clean + + -- William Desportes Sat, 03 Dec 2022 13:26:59 +0100 + +phpmyadmin-shapefile (2.1-6) unstable; urgency=medium + + * Add usr/share/pkg-php-tools overrides + * Bump Standards-Version to 4.6.1 + * Update d/copyright + * Depend on dh-sequence-phpcomposer + * Run "wrap-and-sort" + * Mark this package as "Multi-Arch: foreign" + + -- William Desportes Tue, 06 Sep 2022 01:11:17 +0200 phpmyadmin-shapefile (2.1-5) unstable; urgency=medium diff -Nru phpmyadmin-shapefile-2.1/debian/clean phpmyadmin-shapefile-2.1/debian/clean --- phpmyadmin-shapefile-2.1/debian/clean 2021-02-07 14:16:53.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/clean 2022-12-16 20:06:58.000000000 +0000 @@ -1,2 +1,4 @@ src/autoload.php .phpunit.result.cache +data/test_*.shp +data/test_*.shx diff -Nru phpmyadmin-shapefile-2.1/debian/control phpmyadmin-shapefile-2.1/debian/control --- phpmyadmin-shapefile-2.1/debian/control 2021-02-14 11:12:37.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/control 2022-12-16 20:09:02.000000000 +0000 @@ -1,11 +1,10 @@ Source: phpmyadmin-shapefile Maintainer: phpMyAdmin Team -Uploaders: Felipe Sateler , - William Desportes +Uploaders: William Desportes Section: php Priority: optional Build-Depends: debhelper-compat (= 12), phpab, phpunit, pkg-php-tools -Standards-Version: 4.5.1 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/phpmyadmin-team/shapefile Vcs-Git: https://salsa.debian.org/phpmyadmin-team/shapefile.git -b debian/latest Homepage: https://github.com/phpmyadmin/shapefile @@ -13,10 +12,10 @@ Package: php-phpmyadmin-shapefile Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${phpcomposer:Debian-require} Recommends: ${phpcomposer:Debian-recommend} Suggests: ${phpcomposer:Debian-suggest} -Description: translation API for PHP using Gettext MO files - This library parses gettext binary .mo files and can mimic the native - php gettext API. Unlike the native gettext API, this library can use .mo - files for locales not installed in the system. +Description: ESRI ShapeFile library for PHP + This library parses ESRI ShapeFile files and supports the + editing of ShapeFiles and the associated information (DBF file). diff -Nru phpmyadmin-shapefile-2.1/debian/copyright phpmyadmin-shapefile-2.1/debian/copyright --- phpmyadmin-shapefile-2.1/debian/copyright 2021-02-07 14:16:53.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/copyright 2022-12-16 20:06:58.000000000 +0000 @@ -3,7 +3,8 @@ Source: https://github.com/phpmyadmin/shapefile Files: * -Copyright: 2016 Michal Čihař , +Copyright: 2019-2022 The phpMyAdmin Team , + 2016-2019 Michal Čihař , 2005 Nico Kaiser , 2005 Steven Armstrong , 2003-2009 Danilo Segan , @@ -11,7 +12,9 @@ License: GPL-2.0+ Files: debian/* -Copyright: 2018 Felipe Sateler +Copyright: + Copyright (C) 2018-2019 Felipe Sateler + Copyright (C) 2019-2022 William Desportes License: GPL-2.0+ License: GPL-2.0+ diff -Nru phpmyadmin-shapefile-2.1/debian/examples phpmyadmin-shapefile-2.1/debian/examples --- phpmyadmin-shapefile-2.1/debian/examples 2021-02-07 15:30:45.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/examples 2022-12-16 20:06:58.000000000 +0000 @@ -1,3 +1,3 @@ -examples/* data/capitals.* data/mexico.* +examples/* diff -Nru phpmyadmin-shapefile-2.1/debian/install phpmyadmin-shapefile-2.1/debian/install --- phpmyadmin-shapefile-2.1/debian/install 2019-09-24 22:42:47.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/install 2022-12-16 20:06:58.000000000 +0000 @@ -1 +1,3 @@ +debian/autoloaders usr/share/pkg-php-tools +debian/overrides usr/share/pkg-php-tools src/* /usr/share/php/PhpMyAdmin/ShapeFile diff -Nru phpmyadmin-shapefile-2.1/debian/overrides/php-phpmyadmin-shapefile phpmyadmin-shapefile-2.1/debian/overrides/php-phpmyadmin-shapefile --- phpmyadmin-shapefile-2.1/debian/overrides/php-phpmyadmin-shapefile 1970-01-01 00:00:00.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/overrides/php-phpmyadmin-shapefile 2022-12-16 20:06:58.000000000 +0000 @@ -0,0 +1 @@ +phpmyadmin shapefile php-phpmyadmin-shapefile \ No newline at end of file diff -Nru phpmyadmin-shapefile-2.1/debian/tests/control phpmyadmin-shapefile-2.1/debian/tests/control --- phpmyadmin-shapefile-2.1/debian/tests/control 2021-02-07 15:30:45.000000000 +0000 +++ phpmyadmin-shapefile-2.1/debian/tests/control 2022-12-16 20:06:58.000000000 +0000 @@ -3,12 +3,16 @@ Test-Command: php -f /usr/share/doc/php-phpmyadmin-shapefile/examples/create_shapefile.php Depends: php-cli, @ +Restrictions: superficial Test-Command: php -f /usr/share/doc/php-phpmyadmin-shapefile/examples/read.php Depends: php-cli, @ +Restrictions: superficial Test-Command: php -f /usr/share/doc/php-phpmyadmin-shapefile/examples/read_point.php Depends: php-cli, @ +Restrictions: superficial Test-Command: php -f /usr/share/doc/php-phpmyadmin-shapefile/examples/read_polygon.php Depends: php-cli, @ +Restrictions: superficial