From d756d877f8aee0dca737f606f7a4a2051e95b688 Mon Sep 17 00:00:00 2001
From: Rohan Budhiraja <budhiraja@laas.fr>
Date: Mon, 25 Apr 2016 20:14:44 +0200
Subject: [PATCH] Add version file for current stable version+ Edit
 debian/watch file

---
 .version     |  1 +
 debian/watch | 10 +++-------
 2 files changed, 4 insertions(+), 7 deletions(-)
 create mode 100644 .version

diff --git a/.version b/.version
new file mode 100644
index 0000000..56fea8a
--- /dev/null
+++ b/.version
@@ -0,0 +1 @@
+3.0.0
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
index 721b2b9..2f47179 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,3 @@
-# Watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-#version=3
-#http://githubredir.debian.net/github/jrl-umi3218/dynamic-graph (.*).tar.gz
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/dynamic-graph-$1\.tar\.gz/ \
+  https://github.com/proyan/dynamic-graph/releases .*/v?(\d\S*)\.tar\.gz
-- 
GitLab