(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 18 Oct 2012 07:13:46 +0000 (07:13 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 18 Oct 2012 07:13:46 +0000 (07:13 +0000)
debian/README.Debian [deleted file]
debian/README.source [deleted file]
debian/changelog
debian/control
debian/rules

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644 (file)
index a6d1bd2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-gtask for Debian
-----------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 17 Oct 2012 10:56:10 +0200
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644 (file)
index c07136b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-gtask for Debian
-----------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
index 7f0a63f..873b6d4 100644 (file)
@@ -1,5 +1,5 @@
-gtask (0.0.x-1) unstable; urgency=low
+gtask (0.0.1-1) quantal; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release.
 
- -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 17 Oct 2012 10:56:10 +0200
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 18 Oct 2012 08:37:47 +0200
index a34c6ce..81de495 100644 (file)
@@ -6,6 +6,7 @@ Build-Depends: asciidoc,
               autoconf,
                automake,
                autopoint,
+              autotools-dev,
                debhelper (>= 9),
               cppcheck,
                gettext,
@@ -13,14 +14,13 @@ Build-Depends: asciidoc,
                libgtk-3-dev,
                libjson0-dev,
                perl
-               
 Standards-Version: 3.9.3
 Homepage: http://wpitchoune.net/psensor
 
 Package: gtask
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, task
-Description: gtask is a graphical user interface for managing daily tasks
+Description: graphical user interface for managing daily tasks
  built on top of taskwarrior.
  .
  It displays a list of all pending or completed tasks which can
index 312e24d..c1f12d4 100755 (executable)
@@ -1,13 +1,21 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 # Sample debian/rules that uses debhelper.
+#
 # This file was originally written by Joey Hess and Craig Small.
 # As a special exception, when this file is copied by dh-make into a
 # dh-make output file, you may use that output file without restriction.
 # This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+
 %:
        dh $@  --with autotools-dev