From 42cb3feb4b8cf33158dd09011ad686c57b30a09b Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Mon, 8 May 2017 13:40:52 +0530
Subject: [PATCH] Fixes in timeformat of debina changelog. The debian parser
 has gotten very strict about formatting of time.

---
 debian/changelog | 8 +++++++-
 debian/rules     | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8e3e6829..7642b599 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+moose (3.1.2ubuntu1) UNRELEASED; urgency=medium
+
+  * Nightly build of chamcham (3.1.x) series. 
+
+ -- Dilawar Singh <dilawars@Gulgula>  Mon, 08 May 2017 13:40:08 +0530
+
 moose (3.0.2) unstable; urgency=low
 
   * Initial release 
@@ -6,4 +12,4 @@ moose (3.0.2) unstable; urgency=low
   * 3.0.2 relase.
   * Just packed with SBML and GSL-1.6 support.
 
- -- Dilawar <dilawars@ncbs.res.in>  Sun, 05 July 2015 13:41:58 +0530
+ -- Dilawar Singh <dilawars@ncbs.res.in>  Sun, 05 Jul 2015 13:41:58 +0530
diff --git a/debian/rules b/debian/rules
index f8c765bf..823c7f63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,11 @@
 ## Here goes the debian make.
 
 %:
-	dh "$@" --with python2
+	dh "$@" 
 
+# Override clean target.
 override_dh_auto_clean:
 	rm -rf $(BUILD_DIR_MOOSE)
-	dh_auto_clean --buildsystem=cmake
 
 # consider using -DUSE_VERSIONED_DIR=ON if backporting
 override_dh_auto_configure:
-- 
GitLab