summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-23 08:24:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-23 08:24:34 -0700
commitf2798e1850f757be41ef8bcb9b6188f4bae7a004 (patch)
treed106d252aca50b7c075e485e30f21b7d9ea076f7
parentb35896dac982e65a5d7fda99eeffc87d10b06e96 (diff)
add README.source
-rw-r--r--debian/README.source12
-rw-r--r--debian/changelog1
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..13ff7b8
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,12 @@
+Importing new upstream releases
+-------------------------------
+
+Just calling `gbp import-orig --uscan` fails due to #838682. Workaround:
+
+ gbp import-orig --uscan
+ cd ..
+ gzip seq-2.16.tar
+ cd seq-el
+ gbp import-orig ../seq-2.16.tar.gz
+
+ -- Sean Whitton <spwhitton@spwhitton.name>, Fri, 23 Sep 2016 08:23:59 -0700
diff --git a/debian/changelog b/debian/changelog
index 5ec6555..f4c032c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ seq-el (2.16-1) UNRELEASED; urgency=medium
- Bump compat & debhelper dependency bound to 10
- Add Testsuite: field
- Drop override_dh_auto_test
+ * Add README.source.
* Add upstream-branch to gbp.conf.
* Add repack and compression options to d/watch.
* Drop unused override no-upstream-changelog.