Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Tokarev
075755077d import team-uploaded version 0.12.14-1 2019-08-27 19:18:28 +03:00
5 changed files with 19 additions and 22 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
spice-protocol (0.12.14-1) unstable; urgency=medium
* Team upload.
* debian/control: Update the Vcs-* fields to point to salsa
* New upstream version 0.12.14 (Closes: #904075)
* debian/control: Bump Standards-Version to 4.2.1 (no further changes)
* Bump debhelper compatibility to 11
* debian/watch: Use https:// instead of http://
* debian/rules: Disable DH_VERBOSE by default
-- Laurent Bigonville <bigon@debian.org> Wed, 29 Aug 2018 17:14:51 +0200
spice-protocol (0.12.13-2) unstable; urgency=medium
* Mark libspice-protocol-dev Multi-Arch: foreign. (Closes: #842476)

2
debian/compat vendored
View File

@ -1 +1 @@
9
11

8
debian/control vendored
View File

@ -2,12 +2,12 @@ Source: spice-protocol
Priority: optional
Maintainer: Liang Guo <guoliang@debian.org>
Uploaders: Michael Tokarev <mjt@tls.msk.ru>
Build-Depends: debhelper (>= 9)
Standards-Version: 4.0.0
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Section: libs
Homepage: http://www.spice-space.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/spice-protocol.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/spice-protocol.git
Vcs-Git: https://salsa.debian.org/debian/spice-protocol.git
Vcs-Browser: https://salsa.debian.org/debian/spice-protocol
Package: libspice-protocol-dev
Section: libdevel

17
debian/rules vendored
View File

@ -1,22 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
#
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
#
# Modified to make a template file for a multi-binary package with separated
# build-arch and build-indep targets by Bill Allombert 2001
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
# This has to be exported to make some magic below work.
export DH_OPTIONS
#export DH_VERBOSE=1
%:
dh $@

2
debian/watch vendored
View File

@ -1,2 +1,2 @@
version=3
http://www.spice-space.org/download/releases/spice-protocol-(\d+\.\d*[02468]\.\d+)\.tar\.bz2
https://www.spice-space.org/download/releases/spice-protocol-(\d+\.\d*[02468]\.\d+)\.tar\.bz2