[chronojump] Added Debian packaging files



commit fc3afcabb5e4c825a0fe9b70f5a3555581457ba4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Aug 16 20:08:05 2009 +0200

    Added Debian packaging files
    	To build the debian package follow these steps:
    	1)rename chronojump-x.y.z.tar.gz to chronojump_x.y.z.orig.tar.gz (Note the underscore)
    	2)extract chronojump_x.y.z.orig.tar.gz
    	3)cd to chronojump-x.y.z
    	4)Copy the debian folder to this folder(build/debian in the git repo)
    	5)Bump the version changes into debian/changelog
    	6)run 'dpkg-buildpackage -rfakeroot' (if it fails try with 'sudo dpkg-buildpackage'

 build/debian/changelog |    6 ++++++
 build/debian/control   |   13 +++++++++++++
 build/debian/copyright |   35 +++++++++++++++++++++++++++++++++++
 build/debian/rules     |    3 +++
 4 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/build/debian/changelog b/build/debian/changelog
new file mode 100644
index 0000000..be6e053
--- /dev/null
+++ b/build/debian/changelog
@@ -0,0 +1,6 @@
+chronojump (0.8.9.5) intrepid; urgency=low
+  *Upstream release
+
+ -- Andoni Morales Alastruey <ylatuya gmail com>  Sat, 15 Aug 2009 17:41:08 +0200
+
+
diff --git a/build/debian/control b/build/debian/control
new file mode 100644
index 0000000..abddfd6
--- /dev/null
+++ b/build/debian/control
@@ -0,0 +1,13 @@
+Source: chronojump
+Section: graphics
+Priority: extra
+Maintainer: Andoni Morales Alastruey <ylatuya gmail com>
+Build-Depends: debhelper (>= 5), autotools-dev, cdbs, pkg-config, mono-gmcs, libgtk2.0-cil, libmono2.0-cil, libmono-data2.0-cil, libmono-sqlite2.0-cil, libmono-posix2.0-cil
+Standards-Version: 3.7.2
+
+Package: chronojump
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},mono-runtime
+Description: ChronoJump
+ Open hardware, free software complete system for measurement, management and statistics of sport short-time tests.
+ Chronojump is used by trainers, teachers and students. 
diff --git a/build/debian/copyright b/build/debian/copyright
new file mode 100644
index 0000000..4fd334a
--- /dev/null
+++ b/build/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by Andoni Morales Alastruey <ylatuya gmail com> on
+Tue, 15 Aug 2009 03:04:08 +0200.
+
+It was downloaded from <http://chronojump.org>
+
+Upstream Author(s): 
+
+    Xavier de Blas <xaviblas gmail com>
+    
+
+Copyright: 
+
+    Copyright (C) 2004-2009 Xavier de Bla <xaviblas gmail com>
+    
+
+License:
+
+   This program 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 program 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, write to the Free Software
+   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+   The Debian packaging is (C) 2009, Andoni Morales Alastruey <ylatuya gmail com> and
+   is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/build/debian/rules b/build/debian/rules
new file mode 100755
index 0000000..f738c4d
--- /dev/null
+++ b/build/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]