[med-svn] r21983 - trunk/packages/charls/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu May 19 13:52:20 UTC 2016
Author: tille
Date: 2016-05-19 13:52:19 +0000 (Thu, 19 May 2016)
New Revision: 21983
Modified:
trunk/packages/charls/trunk/debian/changelog
trunk/packages/charls/trunk/debian/control
trunk/packages/charls/trunk/debian/copyright
trunk/packages/charls/trunk/debian/rules
trunk/packages/charls/trunk/debian/watch
Log:
Charles moved to Github
Modified: trunk/packages/charls/trunk/debian/changelog
===================================================================
--- trunk/packages/charls/trunk/debian/changelog 2016-05-19 13:01:39 UTC (rev 21982)
+++ trunk/packages/charls/trunk/debian/changelog 2016-05-19 13:52:19 UTC (rev 21983)
@@ -1,3 +1,9 @@
+charls (1.0-8) UNRELEASED; urgency=medium
+
+ * CharLS moved to Github
+
+ -- Andreas Tille <tille at debian.org> Thu, 19 May 2016 15:48:25 +0200
+
charls (1.0-7) unstable; urgency=medium
* Fix EncoderStrategy (Thanks for the patch to Victor Derks
Modified: trunk/packages/charls/trunk/debian/control
===================================================================
--- trunk/packages/charls/trunk/debian/control 2016-05-19 13:01:39 UTC (rev 21982)
+++ trunk/packages/charls/trunk/debian/control 2016-05-19 13:52:19 UTC (rev 21983)
@@ -9,7 +9,7 @@
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/charls/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/charls/trunk/
-Homepage: http://charls.codeplex.com
+Homepage: https://github.com/team-charls/charls
Package: libcharls-dev
Architecture: any
Modified: trunk/packages/charls/trunk/debian/copyright
===================================================================
--- trunk/packages/charls/trunk/debian/copyright 2016-05-19 13:01:39 UTC (rev 21982)
+++ trunk/packages/charls/trunk/debian/copyright 2016-05-19 13:52:19 UTC (rev 21983)
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: CharLS
Upstream-Contact: Jan de Vaan <jan.devaan at versatel.nl>
-Source: http://charls.codeplex.com
+Source: https://github.com/team-charls/charls/releases
Files: *
Copyright: © Jan de Vaan 2007-2010, all rights reserved.
Modified: trunk/packages/charls/trunk/debian/rules
===================================================================
--- trunk/packages/charls/trunk/debian/rules 2016-05-19 13:01:39 UTC (rev 21982)
+++ trunk/packages/charls/trunk/debian/rules 2016-05-19 13:52:19 UTC (rev 21983)
@@ -35,11 +35,6 @@
DEBIAN_SRC_DIR = charls-$(VER_FULL)
DEBIAN_SRC_TAR = charls_$(VER_FULL).orig.tar.gz
-$(UPSTREAM_SRC).zip:
- #does not work anymore: wget -c -O CharLS-source-1.0.zip "http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=charls&DownloadId=165715&FileTime=129338164013100000&Build=17748"
- #does not work anymore: wget -c -O CharLS-source-1.0.zip "http://download.codeplex.com/Download?ProjectName=charls&DownloadId=165715&FileTime=129338164013100000&Build=18301"
- wget -c -O CharLS-source-1.0.zip "http://download.codeplex.com/Download?ProjectName=charls&DownloadId=165715&FileTime=129338164013100000&Build=18353"
-
get-orig-source: $(UPSTREAM_SRC).zip
rm -rf $(DEBIAN_SRC_DIR)
unzip -q $(UPSTREAM_SRC).zip -d $(DEBIAN_SRC_DIR)
Modified: trunk/packages/charls/trunk/debian/watch
===================================================================
--- trunk/packages/charls/trunk/debian/watch 2016-05-19 13:01:39 UTC (rev 21982)
+++ trunk/packages/charls/trunk/debian/watch 2016-05-19 13:52:19 UTC (rev 21983)
@@ -1,4 +1,3 @@
-# The software is hosted on CodePlex which doesn't support automated uscan(1) downloads
-# see discussion at http://lists.debian.org/debian-mentors/2012/11/msg00072.html
-# The latest source is at
-# http://charls.codeplex.com/downloads/get/165715
+version=3
+
+https://github.com/team-charls/charls/releases .*/archive/(1[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
More information about the debian-med-commit
mailing list