aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/source/options2
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0d01b898..1b3b6cb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-bitlbee (3.2.2-2) UNRELEASED; urgency=medium
+bitlbee (3.4.1-1) unstable; urgency=medium
* Fix copyright info (Closes: #764181)
+ * "New" upstream release. Apologies for the delay.
+ * Exclude .git not .bzr when building the source package.
- -- Wilmer van der Gaast <wilmer@gaast.net> Fri, 17 Oct 2014 23:25:33 +0100
+ -- Wilmer van der Gaast <wilmer@gaast.net> Mon, 03 Aug 2015 22:33:25 +0100
bitlbee (3.2.2-1) unstable; urgency=medium
diff --git a/debian/source/options b/debian/source/options
index 91a9b784..3d7e42cf 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1 +1 @@
---diff-ignore='(^|/)\.bzr'
+--diff-ignore='(^|/)\.git'