[Python-apps-commits] r5664 - in packages/petit/trunk/debian (6 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Thu Jun 24 00:03:10 UTC 2010


    Date: Thursday, June 24, 2010 @ 00:02:49
  Author: chaica-guest
Revision: 5664

* commiting first version of the package

Added:
  packages/petit/trunk/debian/copyright
Modified:
  packages/petit/trunk/debian/changelog
  packages/petit/trunk/debian/control
  packages/petit/trunk/debian/install
  packages/petit/trunk/debian/rules
Deleted:
  packages/petit/trunk/debian/files

Modified: packages/petit/trunk/debian/changelog
===================================================================
--- packages/petit/trunk/debian/changelog	2010-06-23 23:49:18 UTC (rev 5663)
+++ packages/petit/trunk/debian/changelog	2010-06-24 00:02:49 UTC (rev 5664)
@@ -1,5 +1,5 @@
-petit (1.0.0) unstable; urgency=low
+petit (1.0.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #542103)
 
- -- Carl Chenet <chaica at ohmytux.com>  Fri, 18 Jun 2010 02:41:33 +0200
+ -- Carl Chenet <chaica at ohmytux.com>  Thu, 24 Jun 2010 00:43:13 +0200

Modified: packages/petit/trunk/debian/control
===================================================================
--- packages/petit/trunk/debian/control	2010-06-23 23:49:18 UTC (rev 5663)
+++ packages/petit/trunk/debian/control	2010-06-24 00:02:49 UTC (rev 5664)
@@ -1,5 +1,5 @@
 Source: petit
-Section: python
+Section: utils
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Carl Chenet <chaica at ohmytux.com>
@@ -17,5 +17,5 @@
 XB-Python-Version: ${python:Versions}
 Description: log analysis tool for syslog, apache and raw log files
  Petit is a log analysis tool aiming systems administrators and
- systems analysts. It interact with syslog and apache logs to clarify
+ systems analysts. It interact with syslog and Apache logs to clarify
  what is happening in logs.

Added: packages/petit/trunk/debian/copyright
===================================================================
--- packages/petit/trunk/debian/copyright	                        (rev 0)
+++ packages/petit/trunk/debian/copyright	2010-06-24 00:02:49 UTC (rev 5664)
@@ -0,0 +1,37 @@
+This package was debianized by Carl Chenet <chaica at ohmytux.com> on
+Mon, 22 Jun 2010 00:00:15 +0200.
+
+It was downloaded from http://crunchtools.com/software/petit/
+
+Upstream Author:
+
+    Scott McCarty <scott.mccarty at gmail.com>
+
+Copyright:
+
+    Copyright © 2009 Scott McCarty
+
+License:
+
+    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 3 of the License, or
+    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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+    On Debian systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright © 2010 Carl Chenet <chaica at ohmytux.com>
+
+and is also under the same license described above.

Deleted: packages/petit/trunk/debian/files
===================================================================
--- packages/petit/trunk/debian/files	2010-06-23 23:49:18 UTC (rev 5663)
+++ packages/petit/trunk/debian/files	2010-06-24 00:02:49 UTC (rev 5664)
@@ -1 +0,0 @@
-petit_1.0.0_all.deb python optional

Modified: packages/petit/trunk/debian/install
===================================================================
--- packages/petit/trunk/debian/install	2010-06-23 23:49:18 UTC (rev 5663)
+++ packages/petit/trunk/debian/install	2010-06-24 00:02:49 UTC (rev 5664)
@@ -1,2 +1,5 @@
-src/lib usr/share/petit
-src/bin usr/share/petit 
+src/lib/crunchtools.py usr/share/petit/
+src/bin/petit usr/share/petit/
+src/lib/filters var/lib/petit/
+src/lib/fingerprints var/lib/petit/
+src/lib/fingerprint_library var/lib/petit/

Modified: packages/petit/trunk/debian/rules
===================================================================
--- packages/petit/trunk/debian/rules	2010-06-23 23:49:18 UTC (rev 5663)
+++ packages/petit/trunk/debian/rules	2010-06-24 00:02:49 UTC (rev 5664)
@@ -17,4 +17,4 @@
 	dh_install
 
 override_dh_link:
-	dh_link usr/share/petit usr/bin/petit
+	dh_link usr/share/petit/petit usr/bin/petit




More information about the Python-apps-commits mailing list