[SCM] mplayer-blue/master: Use https and multiarchify the package.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sat Jul 18 17:08:01 UTC 2015


The following commit has been merged in the master branch:
commit 1fd1ab7656b950e41167ff2ff4a271cc54ee5452
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Sat Jul 18 12:49:00 2015 -0400

    Use https and multiarchify the package.
    
    Delete an empty line too.

diff --git a/debian/control b/debian/control
index 59d3ec8..d676c67 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,13 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9)
 Standards-Version: 3.9.6
-Homepage: http://www.mplayerhq.hu/
+Homepage: https://www.mplayerhq.hu/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/mplayer-blue.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/mplayer-blue.git
 
 Package: mplayer-skin-blue
 Architecture: all
+Multi-Arch: foreign
 Depends:
  ${misc:Depends}
 Recommends:
diff --git a/debian/copyright b/debian/copyright
index 254cf6d..4837e88 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://www.mplayerhq.hu/dload.html
+Source: https://www.mplayerhq.hu/dload.html
 
 Files: *
 Copyright:
diff --git a/debian/preinst b/debian/preinst
index b237401..f3ac9d4 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -2,7 +2,6 @@
 
 set -e
 
-
 if [ "$1" = "upgrade" ] && [ -d /usr/share/mplayer/skins/blue ]; then
     update-alternatives --remove mplayer-skin /usr/share/mplayer/skins/blue
 fi

-- 
mplayer-blue packaging



More information about the pkg-multimedia-commits mailing list