[DRE-commits] [jekyll] 01/07: New versions of jekyll don't use modernizr.

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Mon Jun 2 19:06:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository jekyll.

commit 556d88a1a08bdc4ab04d3c422ec309e231b404a4
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Thu May 29 12:26:13 2014 +0000

    New versions of jekyll don't use modernizr.
---
 debian/README.Debian | 3 ---
 debian/control       | 4 +---
 debian/copyright     | 8 --------
 debian/jekyll.links  | 1 -
 debian/rules         | 4 ----
 5 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 09651db..13ca612 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,6 +1,3 @@
 
 * Most tests are disabled because maruku 0.7.1 changed its behavoir and jekyll
   tests are written for maraku 0.7.0
-
-* site/js/modernizr-2.5.3.min.js from upstream is not used. This package
-  provides a symlink to the version provided by Debian
\ No newline at end of file
diff --git a/debian/control b/debian/control
index f678d53..b9a5cd2 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,7 @@ Build-Depends: cucumber,
                ruby-safe-yaml,
                ruby-shoulda,
                ruby-toml,
-               xdg-utils,
-               libjs-modernizr
+               xdg-utils
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/jekyll.git;a=summary
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/jekyll.git
@@ -38,7 +37,6 @@ Package: jekyll
 Architecture: all
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libjs-modernizr,
          ruby | ruby-interpreter,
          ruby-classifier,
          ruby-colorator,
diff --git a/debian/copyright b/debian/copyright
index 4cc916f..aca1dce 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: jekyll
 Source: https://github.com/jekyll/jekyll
-Files-Excluded: site/js/modernizr-2.5.3.min.js
 
 Files: *
 Copyright: 2008-2014 Tom Preston-Werner, Nick Quaranto
@@ -12,13 +11,6 @@ Copyright: 2012 Youhei SASAKI <uwabami at gfd-dennou.org>
  2014 Dominique Dumont <dod at debian.org>
 License: Expat
 
-Files: site/js/modernizr-2.5.3.min.js
-Copyright: © 2009-2012, Faruk Ates
-  © 2009-2012, Paul Irish
-  © 2009-2012, Alex Sexton
-License: Expat
-Comment: This file is removed during build
-
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the "Software"),
diff --git a/debian/jekyll.links b/debian/jekyll.links
deleted file mode 100644
index 45f77ab..0000000
--- a/debian/jekyll.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/modernizr/modernizr.min.js usr/lib/ruby/vendor_ruby/site_template/js/modernizr.min.js
diff --git a/debian/rules b/debian/rules
index 9282e4f..b5609c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,3 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -fr $(CURDIR)/test/dest
 
-override_dh_clean:
-	# replace minified js files with link to system library
-	rm -rf $(TMP)/site/js/*.js
-	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/jekyll.git



More information about the Pkg-ruby-extras-commits mailing list