[Pkg-xfce-commits] [Git][xfce-team/apps/parole][debian/master] 11 commits: d/control: update standards version to 4.3.0

Yves-Alexis Perez gitlab at salsa.debian.org
Wed Jul 10 19:19:22 BST 2019



Yves-Alexis Perez pushed to branch debian/master at xfce / apps / parole


Commits:
a4248cd6 by Yves-Alexis Perez at 2019-07-10T18:03:05Z
d/control: update standards version to 4.3.0

- - - - -
d5f8e671 by Yves-Alexis Perez at 2019-07-10T18:03:05Z
d/control: drop Lionel from uploaders, thanks!

- - - - -
c5d380e4 by Yves-Alexis Perez at 2019-07-10T18:03:05Z
d/control: use debhelper-compat b-d and update to 10

- - - - -
2c6dad8c by Yves-Alexis Perez at 2019-07-10T18:03:05Z
d/control: add b-d on xfce4-dev-tools and gtk-doc-tools

- - - - -
f2ae5ee7 by Yves-Alexis Perez at 2019-07-10T18:03:05Z
d/rules: make sure m4/ exists before running autoreconf

- - - - -
f459294d by Yves-Alexis Perez at 2019-07-10T18:03:05Z
d/rules: drop --parallel to dh

- - - - -
469ed5c0 by Yves-Alexis Perez at 2019-07-10T18:03:05Z
use HTTPS protocol where needed

- - - - -
381355f5 by Yves-Alexis Perez at 2019-07-10T18:03:05Z
d/control: drop suggests on gnome-codec-install

that package is gone from the archive

- - - - -
d61da6b0 by Yves-Alexis Perez at 2019-07-10T18:03:05Z
d/control: update standards version to 4.4.0

- - - - -
b79c000f by Yves-Alexis Perez at 2019-07-10T18:04:31Z
finalize changelog

- - - - -
7529f2ff by Yves-Alexis Perez at 2019-07-10T18:19:01Z
upload parole 1.0.2-1 to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,19 @@
-parole (1.0.2-1) UNRELEASED; urgency=medium
+parole (1.0.2-1) unstable; urgency=medium
 
+  [ Mateusz Łukasik ]
   * New upstream version 1.0.2
 
- -- Mateusz Łukasik <mati75 at linuxmint.pl>  Tue, 04 Jun 2019 15:11:59 +0200
+  [ Yves-Alexis Perez ]
+  * d/control: drop Lionel from uploaders, thanks!
+  * d/control: use debhelper-compat b-d and update to 10
+  * d/control: add b-d on xfce4-dev-tools and gtk-doc-tools
+  * d/rules: make sure m4/ exists before running autoreconf
+  * d/rules: drop --parallel to dh
+  * use HTTPS protocol where needed
+  * d/control: drop suggests on gnome-codec-install
+  * d/control: update standards version to 4.4.0
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 10 Jul 2019 20:04:35 +0200
 
 parole (1.0.1-1) unstable; urgency=medium
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -2,9 +2,9 @@ Source: parole
 Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>,
-           Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 9),
+Uploaders: Yves-Alexis Perez <corsac at debian.org>
+Build-Depends: debhelper-compat (= 10),
+               gtk-doc-tools,
                intltool,
                libclutter-1.0-dev,
                libclutter-gtk-1.0-dev,
@@ -17,9 +17,10 @@ Build-Depends: debhelper (>= 9),
                libtagc0-dev,
                libxfce4ui-2-dev,
                libxfconf-0-dev (>= 4.10),
-               pkg-config
-Standards-Version: 4.0.0
-Homepage: http://goodies.xfce.org/projects/applications/parole
+               pkg-config,
+               xfce4-dev-tools
+Standards-Version: 4.4.0
+Homepage: https://goodies.xfce.org/projects/applications/parole
 Vcs-Git: https://salsa.debian.org/xfce-team/apps/parole.git
 Vcs-Browser: https://salsa.debian.org/xfce-team/apps/parole
 
@@ -32,8 +33,7 @@ Depends: gstreamer1.0-alsa | gstreamer1.0-audiosink,
          gstreamer1.0-x,
          ${misc:Depends},
          ${shlibs:Depends}
-Suggests: gnome-codec-install,
-          gstreamer1.0-plugins-bad,
+Suggests: gstreamer1.0-plugins-bad,
           gstreamer1.0-plugins-ugly
 Description: media player based on GStreamer framework
  Parole is a media player for the Xfce desktop environment, written using the


=====================================
debian/rules
=====================================
@@ -6,7 +6,11 @@ export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --parallel
+	dh $@
+
+override_dh_autoreconf:
+	mkdir -p m4
+	dh_autoreconf
 
 override_dh_makeshlibs:
 	dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
 version=3
-http://archive.xfce.org/src/apps/parole/([\d\.]+)/ \
+https://archive.xfce.org/src/apps/parole/([\d\.]+)/ \
 	parole-([\d\.]+)\.tar\.(?:gz|bz2)



View it on GitLab: https://salsa.debian.org/xfce-team/apps/parole/compare/103f03a72887e8c5f2684bdfcf73595f7dffda32...7529f2fffd72ee1ea08ae489a37884073e09c827

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/apps/parole/compare/103f03a72887e8c5f2684bdfcf73595f7dffda32...7529f2fffd72ee1ea08ae489a37884073e09c827
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-xfce-commits/attachments/20190710/35ca3125/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list