diff -Nru libvirt-php-0.5.4/debian/changelog libvirt-php-0.5.4/debian/changelog --- libvirt-php-0.5.4/debian/changelog 2018-02-01 16:01:24.000000000 +0000 +++ libvirt-php-0.5.4/debian/changelog 2018-08-19 13:53:03.000000000 +0000 @@ -1,3 +1,12 @@ +libvirt-php (0.5.4-2) unstable; urgency=medium + + * Update Vcs-* to salsa.d.o + * Update maintainer email to team+php-pecl@tracker.debian.org + (Closes: #899592) + * Remove .la files from the package + + -- Ondřej Surý Sun, 19 Aug 2018 13:53:03 +0000 + libvirt-php (0.5.4-1) unstable; urgency=medium * Imported Upstream version 0.5.2 diff -Nru libvirt-php-0.5.4/debian/control libvirt-php-0.5.4/debian/control --- libvirt-php-0.5.4/debian/control 2018-02-01 16:01:24.000000000 +0000 +++ libvirt-php-0.5.4/debian/control 2018-08-19 13:53:03.000000000 +0000 @@ -1,7 +1,7 @@ Source: libvirt-php Section: php Priority: optional -Maintainer: Debian PHP PECL Maintainers +Maintainer: Debian PHP PECL Maintainers Uploaders: Ondřej Surý Build-Depends: debhelper (>= 9), php-all-dev, @@ -15,8 +15,8 @@ xsltproc, libxml2-utils Standards-Version: 3.9.7 -Vcs-Git: git://anonscm.debian.org/pkg-php/libvirt-php.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/libvirt-php.git +Vcs-Git: https://salsa.debian.org/php-team/pecl/libvirt-php.git +Vcs-Browser: https://salsa.debian.org/php-team/pecl/libvirt-php Homepage: http://libvirt.org/php/downloads.html Package: php-libvirt-php diff -Nru libvirt-php-0.5.4/debian/rules libvirt-php-0.5.4/debian/rules --- libvirt-php-0.5.4/debian/rules 2018-02-01 16:01:24.000000000 +0000 +++ libvirt-php-0.5.4/debian/rules 2018-08-19 13:53:03.000000000 +0000 @@ -48,6 +48,7 @@ rm -r $(INSTALL_ROOT)/etc/php/$$v; \ done rm -r $(INSTALL_ROOT)/usr/share/doc/libvirt-php-* + rm -f $(INSTALL_ROOT)/usr/lib/php/*/*.la override_dh_auto_clean: for v in $(PHP_VERSIONS); do \