[DRE-commits] [ruby-jekyll-gist] 01/01: Update Debian Pacakges
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Thu Jul 31 11:22:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository ruby-jekyll-gist.
commit 325caa85b37ebe02695ab15b9a386833ac8f77c1
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Thu Jul 31 20:21:49 2014 +0900
Update Debian Pacakges
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/README.Debian | 11 +++++++++++
debian/changelog | 4 ++--
debian/control | 10 +++++-----
debian/copyright | 44 ++++++++++++++++++++------------------------
debian/ruby-jekyll-gist.docs | 3 +--
debian/ruby-test-files.yaml | 3 ---
debian/rules | 3 +++
7 files changed, 42 insertions(+), 36 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..dd265d7
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,11 @@
+Jekyll::Gist for Debian
+=======================
+
+This README provides information for Package Maintainers.
+
+For Package Maintainers
+-----------------------
+
+* All spec/test are disabled in order to avoid chain dependencies.
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>, Thu, 31 Jul 2014 20:10:35 +0900
diff --git a/debian/changelog b/debian/changelog
index 5d8dc62..034e4a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-jekyll-gist (1.1.0-1) UNRELEASED; urgency=medium
+ruby-jekyll-gist (1.1.0-1) unstable; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #756613)
-- Youhei SASAKI <uwabami at gfd-dennou.org> Wed, 30 Jul 2014 17:56:23 +0900
diff --git a/debian/control b/debian/control
index 8024d8b..dd9619e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-jekyll-gist.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-jekyll-gist.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-jekyll-gist.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-jekyll-gist.git;a=summary
Homepage: https://github.com/jekyll/jekyll-gist
XS-Ruby-Versions: all
@@ -14,6 +14,6 @@ Package: ruby-jekyll-gist
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# bundler (~> 1.6, development), rake (>= 0, development), rspec (>= 0, development), jekyll (~> 2.0, development)
-Description: Liquid tag for displaying GitHub Gists in Jekyll sites.
- <insert long description, indented with spaces>
+Description: Liquid tag for displaying GitHub Gists in Jekyll sites
+ Jekyll::Gist is plugin provides for Liquid tag in order to displaying
+ GitHub Gists in Jekyll sites, like: `{% gist %}`.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
index 0139126..29f3268 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,31 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jekyll-gist
-Source: FIXME <http://example.com/>
+Source: https://github.com/jekyll/jekyll-gist
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2014 Parker Moore
+License: Expat
Files: debian/*
Copyright: 2014 Youhei SASAKI <uwabami at gfd-dennou.org>
-License: GPL-2+ (FIXME)
+License: Expat
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: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
.
- 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.
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
.
- 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 full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/debian/ruby-jekyll-gist.docs b/debian/ruby-jekyll-gist.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-jekyll-gist.docs
+++ b/debian/ruby-jekyll-gist.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index a1fd414..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-- spec/gist_tag_spec.rb
-- spec/spec_helper.rb
diff --git a/debian/rules b/debian/rules
index d81794d..8ffa3e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installchangelogs:
+ dh_installchangelogs -k $(CURDIR)/History.markdown
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jekyll-gist.git
More information about the Pkg-ruby-extras-commits
mailing list