This is an automated email from the git hooks/post-receive script. aron pushed a commit to branch master in repository dkms.
commit be082d5910a7f9f8546079f780bc729abef3a889 Author: Aron Xu <[email protected]> Date: Wed Oct 26 14:13:58 2016 +0800 Imported Upstream version 2.3 --- debian/copyright | 6 +++--- debian/watch | 6 +++++- dkms.spec | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/copyright b/debian/copyright index 844ba56..d5238c0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,8 +1,8 @@ -Source: http://linux.dell.com/dkms/ +Source: https://github.com/dell/dkms Files: debian/HOWTO.Debian -Copyright: © 2008, Dell, Inc. <[email protected]> - Mario Limonciello <[email protected]> +Copyright: © 2008-2016, Dell, Inc. <[email protected]> + License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/watch b/debian/watch index de969ad..c66d89e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,7 @@ version=3 -http://linux.dell.com/dkms/permalink/dkms-(.*)\.tar\.gz +#we no longer are hosted on linux.dell.com +#http://linux.dell.com/dkms/permalink/dkms-(.*)\.tar\.gz + +https://github.com/dell/dkms/releases \ +.*[^n]/(?:|v|version-|r|REL_|rel-|dkms(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) diff --git a/dkms.spec b/dkms.spec index 8e85d85..e290f00 100644 --- a/dkms.spec +++ b/dkms.spec @@ -9,7 +9,7 @@ Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base BuildArch: noarch -URL: http://linux.dell.com/dkms +URL: https://github.com/dell/dkms BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://linux.dell.com/dkms/permalink/dkms-%{version}.tar.gz # because Mandriva calls this package dkms-minimal -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dkms/dkms.git _______________________________________________ Pkg-dkms-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-dkms-commits
