From 84005ab15aff0627aae22b0ef23fc699858fa911 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 27 Aug 2014 15:46:27 +0300
Subject: [PATCH] Create debian changelog from git commits when building.

---
 debian/changelog | 15 +++++++++++++++
 fabfile.py       |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e69de29..fc8e4ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -0,0 +1,15 @@
+dcpman (0.1.2~2.gbp1e5230) UNRELEASED; urgency=medium
+
+  ** SNAPSHOT build @1e523033e4cf94509378a806d2ac9cf5dae38b76 **
+
+  * Adding better detection of encrypted DCPs by using avprobe to try and read the mxf files (still not 100% correct).
+  * UNRELEASED
+
+ -- Nimrod Adar <nimrod@nimrod.private>  Wed, 27 Aug 2014 15:37:46 +0300
+
+dcpman (0.1) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- Nimrod Adar <nimrod@shore.co.il>  Sun, 29 Jun 2014 16:19:53 +0300
+
diff --git a/fabfile.py b/fabfile.py
index 2092111..215eded 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -9,6 +9,7 @@ def publish ():
 
 @task
 def build ():
+    local ('''git dch -a''')
     local ('''dpkg-buildpackage''')
 
 @task
-- 
GitLab