From: Andrew Ruthven <puck@catalyst.net.nz>
Date: Wed, 26 Jun 2019 09:40:34 +0000 (+1200)
Subject: Customised Debian files
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b240e0385afea4789cae7df420dbdcc3db72cd0;p=laptop-tools.git

Customised Debian files
---

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..00ef26c
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,4 @@
+files
+*.log
+*.substvars
+laptop-tools/
diff --git a/debian/changelog b/debian/changelog
index 5df0482..0a570eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-laptop-tools (0.1-1) unstable; urgency=low
+laptop-tools (0.1) unstable; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
diff --git a/debian/control b/debian/control
index bc9ce24..6424233 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,16 @@
 Source: laptop-tools
-Section: unknown
+Section: extra
 Priority: optional
-Maintainer: Andrew Ruthven <puck@flick.wgtn.cat-it.co.nz>
+Maintainer: Andrew Ruthven <andrew@etc.gen.nz>
 Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.5
 Homepage: <insert the upstream URL, if relevant>
-#Vcs-Git: git://anonscm.debian.org/collab-maint/laptop-tools.git
-#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/laptop-tools.git;a=summary
+Vcs-Git: http://git.etc.gen.nz/laptop-tools.git
+Vcs-Browser: http://git.etc.gen.nz/?p=laptop-tools.git;a=summary
 
 Package: laptop-tools
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, at
+Recommends: etc-obnam, autofs, network-manager
+Description: Behind the scenes tools to make laptops more useful
+ Hook for NetworkManager and aufs.
diff --git a/debian/source/format b/debian/source/format
index 163aaf8..89ae9db 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (quilt)
+3.0 (native)