summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorVasudev Kamath <vasudev@copyninja.info>2018-06-03 20:28:25 +0530
committerVasudev Kamath <vasudev@copyninja.info>2018-06-03 20:28:25 +0530
commit07e4651c72ba0c9a3f89e3c9d7727c3b502bf4dd (patch)
tree61cda9f540b4ca9ad1c38f4ac785a61d8b4bbf4c /debian
parenta7b7bb2f7aa9bdd4e31ef3d489b3ddb11fe08f67 (diff)
Add README.source on use of cdbs and dgit push-source for upload.
Diffstat (limited to 'debian')
-rw-r--r--debian/README.source17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..282c404
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,17 @@
+CDBS+git-buildpackage
+---------------------
+This source package uses CDBS and git-buildpackage. NMUs need not (but
+are encouraged to) make special use of these tools. In particular, the
+debian/control.in file can be completely ignored.
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+Uploding Package
+----------------
+
+It is recommended that package upload is done using dgit and source only upload
+is preferred. Please use following command for upload. If you forget the history
+will not be noted in dgit.
+
+ dgit push-source --gbp
+
+ -- Vasudev Kamath <vasudev@copyninja.info>, Sun, 3 Jun 2018 20:28:18 +0530