Packaging of logstash-event.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 12 Mar 2014 09:42:14 +0000 (10:42 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 12 Mar 2014 09:42:14 +0000 (10:42 +0100)
ruby-logstash-event/debian/changelog
ruby-logstash-event/debian/control
ruby-logstash-event/debian/copyright
ruby-logstash-event/debian/ruby-logstash-event.docs [deleted file]
ruby-logstash-event/debian/ruby-tests.rb [deleted file]

index 2483582..ca5bb5b 100644 (file)
@@ -1,5 +1,5 @@
-ruby-logstash-event (1.2.02-1) UNRELEASED; urgency=medium
+ruby-logstash-event (1.2.02-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release
 
- -- MAINTAINER <valtri@myriad14.zcu.cz>  Wed, 12 Mar 2014 10:30:49 +0100
+ -- František Dvořák <valtri@civ.zcu.cz>  Wed, 12 Mar 2014 10:30:49 +0100
index 2c99de4..c5932ad 100644 (file)
@@ -2,9 +2,9 @@ Source: ruby-logstash-event
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: František Dvořák <valtri@Civ.zcu.cz>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 #Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-logstash-event.git
 #Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-logstash-event.git;a=summary
 Homepage: https://github.com/logstash/logstash
@@ -16,4 +16,5 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # rspec (>= 0, development), guard (>= 0, development), guard-rspec (>= 0, development), insist (= 1.0.0, development)
 Description: Library that contains the classes required to create LogStash events
- Library that contains the classes required to create LogStash events
+ Library from Logstash project, that contains the classes required to create 
+ LogStash events.
index d514a3d..bd2b2a1 100644 (file)
@@ -1,35 +1,26 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: logstash-event
-Source: FIXME <http://example.com/>
+Source: https://github.com/elasticsearch/logstash
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: Copyright 2009-2013 Jordan Sissel, Pete Fritchman, and contributors.
+License: Apache 2.0
 
-Files: debian/*
-Copyright: 2014  <>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
-
-License: GPL-2+ (FIXME)
- 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.
+License: Apache 2.0
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
  .
- 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.
+      http://www.apache.org/licenses/LICENSE-2.0
  .
- 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
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
  .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ On Debian systems, the full text of the Apache Software License version 2 can
+ be found in the file `/usr/share/common-licenses/Apache-2.0'.
diff --git a/ruby-logstash-event/debian/ruby-logstash-event.docs b/ruby-logstash-event/debian/ruby-logstash-event.docs
deleted file mode 100644 (file)
index d0ab95f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-# FIXME: READMEs found
diff --git a/ruby-logstash-event/debian/ruby-tests.rb b/ruby-logstash-event/debian/ruby-tests.rb
deleted file mode 100644 (file)
index eac5ce6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")