added packaging files
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 3 Sep 2011 15:41:19 +0000 (15:41 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 3 Sep 2011 15:41:19 +0000 (15:41 +0000)
debian/README.Debian [new file with mode: 0644]
debian/README.source [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..106b7f0
--- /dev/null
@@ -0,0 +1,6 @@
+ppastats for Debian
+-------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 01 Sep 2011 20:45:34 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..fa438d4
--- /dev/null
@@ -0,0 +1,9 @@
+ppastats 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>
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..026ce45
--- /dev/null
@@ -0,0 +1,44 @@
+ppastats (0.0.3-0ubuntu2) lucid; urgency=low
+
+  * Bump Lucid
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 03 Sep 2011 12:13:40 +0200
+
+ppastats (0.0.3-0ubuntu1) natty; urgency=low
+
+  * New upstream release
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 03 Sep 2011 12:12:24 +0200
+
+ppastats (0.0.2-0ubuntu3) lucid; urgency=low
+
+  * Bump Lucid
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 03 Sep 2011 10:33:04 +0200
+
+ppastats (0.0.2-0ubuntu2) natty; urgency=low
+
+  * Bump lucid 
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 02 Sep 2011 22:10:04 +0200
+
+ppastats (0.0.2-0ubuntu1) natty; urgency=low
+
+  * New upstream release
+  * debian/watch: added
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 02 Sep 2011 19:11:50 +0200
+
+ppastats (0.0.1-1ubuntu1) lucid; urgency=low
+
+  * Bump Lucid
+  * debian/changelog: fixed description of 0.0.1-1
+  * debian/control: removed unappropriate git comments
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 01 Sep 2011 21:01:25 +0200
+
+ppastats (0.0.1-1) natty; urgency=low
+
+  * Initial release
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 01 Sep 2011 20:45:34 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..1b3d995
--- /dev/null
@@ -0,0 +1,13 @@
+Source: ppastats
+Section: utils
+Priority: extra
+Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libcurl4-openssl-dev, libjson0-dev
+Standards-Version: 3.9.1
+Homepage: http://wpitchoune.net/ppastats
+
+Package: ppastats
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Generates HTML pages containing statistics about a PPA
+ ppastatis is a command line tool which retrieve statistics of a PPA and generates HTML pages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..167e3fb
--- /dev/null
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: ppastats
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2011 Jean-Philippe Orsini <jeanfi@gmail.com>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..50bd824
--- /dev/null
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..b760bee
--- /dev/null
@@ -0,0 +1,13 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@ 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)