diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 3f01a6c35ef3b348fc71b9713750b5d01a1da7d5..0000000000000000000000000000000000000000
--- a/debian/changelog
+++ /dev/null
@@ -1,17 +0,0 @@
-dynamic-graph (1.0.0.99-3) lucid; urgency=low
-
-  * Add plug-ins to libdynamic-graph1.0.0.99.
-
- -- Thomas Moulard <thomas.moulard@gmail.com>  Wed, 28 Sep 2010 11:45:00 +0200
-
-dynamic-graph (1.0.0.99-2) lucid; urgency=low
-
-  * Add libboost-thread-dev to build requirement.
-
- -- Thomas Moulard <thomas.moulard@gmail.com>  Wed, 28 Sep 2010 10:40:00 +0200
-
-dynamic-graph (1.0.0.99-1) lucid; urgency=low
-
-  * Initial work.
-
- -- Thomas Moulard <thomas.moulard@gmail.com>  Wed, 28 Sep 2010 03:15:00 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..0000000000000000000000000000000000000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 8b0e4c146a01f5f7f1d8463a3bbb54e4085890b5..0000000000000000000000000000000000000000
--- a/debian/control
+++ /dev/null
@@ -1,48 +0,0 @@
-Source: dynamic-graph
-Priority: extra
-Maintainer: Thomas Moulard <thomas.moulard@gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.6),
-	       doxygen (>= 1.6.3),
-	       pkg-config (>= 0.22),
-	       perl (>= 5.10.1),
-	       libboost-dev (>= 1.33.1),
-	       libboost-thread-dev (>= 1.33.1)
-Standards-Version: 3.8.4
-#Vcs-Git:
-#Vcs-browser:
-Section: libs
-#Homepage:
-
-Package: libdynamic-graph-dev
-Section: libdevel
-Architecture: any
-Depends: libdynamic-graph1.0.0.99 (= ${binary:Version}), ${misc:Depends}
-Suggests: libdynamic-graph-doc
-Description: Dynamic graph C++ library development package
- The dynamic graph library allows the representation of data-flow in C++.
- It provides fast graph evaluation and a simple script language to manipulate
- the graph actions.
- .
- This package contains development files (headers and pkg-config file).
-
-
-Package: libdynamic-graph1.0.0.99
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Dynamic graph C++ library
- The dynamic graph library allows the representation of data-flow in C++.
- It provides fast graph evaluation and a simple script language to manipulate
- the graph actions.
-
-
-Package: libdynamic-graph-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: libjrl-mathtools-doc
-Description: documentation for the dynamic graph C++ library
- The dynamic graph library allows the representation of data-flow in C++.
- It provides fast graph evaluation and a simple script language to manipulate
- the graph actions.
- .
- This package contains the Doxygen documentation.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 65a78c40a91ba9fabb33ab2388e0192f0aab592c..0000000000000000000000000000000000000000
--- a/debian/copyright
+++ /dev/null
@@ -1,23 +0,0 @@
-This work was packaged for Debian by:
-
-    Thomas Moulard <thomas.moulard@gmail.com> on Wed, 28 Sep 2010 03:13:00 +0200
-
-It was downloaded from <not yet available>
-
-Upstream Author(s):
-
-    Thomas Moulard <thomas.moulard@gmail.com>
-
-Copyright:
-
-    Copyright (C) 2010 François Bleibel, Olivier Stasse, JRL, CNRS/AIST.
-
-License:
-
-    See `/usr/share/common-licenses/LGPL-3'.
-
-The Debian packaging is:
-
-    Copyright (C) 2010 Thomas Moulard <thomas.moulard@gmail.com>
-    and is licensed under the GPL version 3,
-    see `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 46a4ca7180f4a6e0f569152a8ec634c8ed313ca6..0000000000000000000000000000000000000000
--- a/debian/docs
+++ /dev/null
@@ -1,3 +0,0 @@
-AUTHORS
-NEWS
-README.md
diff --git a/debian/libdynamic-graph-dev.install b/debian/libdynamic-graph-dev.install
deleted file mode 100644
index 5774e642449ffaa17b5eaf14bc752becf3b02769..0000000000000000000000000000000000000000
--- a/debian/libdynamic-graph-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include/*
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
diff --git a/debian/libdynamic-graph-doc.doc-base b/debian/libdynamic-graph-doc.doc-base
deleted file mode 100644
index 5a611d712411496a095a65595284b25f5397fd88..0000000000000000000000000000000000000000
--- a/debian/libdynamic-graph-doc.doc-base
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: dynamic-graph
-Title: Debian dynamic-graph Manual
-Author: Thomas Moulard <thomas.moulard@gmail.com>
-Abstract: Doxygen documentation of dynamic-graph.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/dynamic-graph/html/index.html
-Files: /usr/share/doc/dynamic-graph/html/*.html
diff --git a/debian/libdynamic-graph-doc.install b/debian/libdynamic-graph-doc.install
deleted file mode 100644
index 1afcc5b9c94f20170b12437160914744fc5399bb..0000000000000000000000000000000000000000
--- a/debian/libdynamic-graph-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/dynamic-graph/*
diff --git a/debian/libdynamic-graph1.0.0.99.install b/debian/libdynamic-graph1.0.0.99.install
deleted file mode 100644
index df696c1e2acb68204e8f5a3b530c87a93428aee4..0000000000000000000000000000000000000000
--- a/debian/libdynamic-graph1.0.0.99.install
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/bin/*
-usr/lib/*.so.*
-usr/lib/plugin/*.so
-usr/share/man/*
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index f577c64f5f0aa7de7c70f5161a418bbe35e8a8a9..0000000000000000000000000000000000000000
--- a/debian/rules
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-override_dh_auto_configure:
-	dh_auto_configure -- -DGENERATE_DOC=ON
-
-%:
-	dh  $@
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8d82b6c54f23c45f32895dbdfdcc27b047..0000000000000000000000000000000000000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 3d019042d010ca6565af34c53d8cbbcdb2130aa8..0000000000000000000000000000000000000000
--- a/debian/watch
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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