From 34f7087dc1672ce8674295cbf0b63b996342b561 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 3 Sep 2011 15:41:19 +0000 Subject: [PATCH] added packaging files --- debian/README.Debian | 6 ++++++ debian/README.source | 9 +++++++++ debian/changelog | 44 ++++++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 13 +++++++++++++ debian/copyright | 36 ++++++++++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/rules | 13 +++++++++++++ debian/source/format | 1 + 9 files changed, 125 insertions(+) create mode 100644 debian/README.Debian create mode 100644 debian/README.source create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..106b7f0 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +ppastats for Debian +------------------- + + + + -- Jean-Philippe Orsini Thu, 01 Sep 2011 20:45:34 +0200 diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..fa438d4 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,9 @@ +ppastats for Debian +------------------- + + + + + + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..026ce45 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,44 @@ +ppastats (0.0.3-0ubuntu2) lucid; urgency=low + + * Bump Lucid + + -- Jean-Philippe Orsini Sat, 03 Sep 2011 12:13:40 +0200 + +ppastats (0.0.3-0ubuntu1) natty; urgency=low + + * New upstream release + + -- Jean-Philippe Orsini Sat, 03 Sep 2011 12:12:24 +0200 + +ppastats (0.0.2-0ubuntu3) lucid; urgency=low + + * Bump Lucid + + -- Jean-Philippe Orsini Sat, 03 Sep 2011 10:33:04 +0200 + +ppastats (0.0.2-0ubuntu2) natty; urgency=low + + * Bump lucid + + -- Jean-Philippe Orsini 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 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 Thu, 01 Sep 2011 21:01:25 +0200 + +ppastats (0.0.1-1) natty; urgency=low + + * Initial release + + -- Jean-Philippe Orsini Thu, 01 Sep 2011 20:45:34 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1b3d995 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: ppastats +Section: utils +Priority: extra +Maintainer: Jean-Philippe Orsini +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 index 0000000..167e3fb --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: ppastats +Source: + +Files: * +Copyright: + +License: + + + . + + +# 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 +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 + . + 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 index 0000000..50bd824 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -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 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 2.7.4