[DRE-commits] [ruby-uglifier] 04/11: drop lib/uglify.js from upstream tarball

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Aug 8 01:05:07 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-uglifier.

commit 82c67289f1ecf7588a5622c24ce34d15843f6ac9
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Aug 7 17:54:15 2016 -0300

    drop lib/uglify.js from upstream tarball
---
 debian/changelog |  1 +
 debian/copyright | 32 +-------------------------------
 debian/rules     |  1 -
 debian/watch     |  1 +
 4 files changed, 3 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8dd51d..0706d94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ruby-uglifier (2.7.2-2) UNRELEASED; urgency=medium
 
   [ Antonio Terceiro ]
   * Use UglifyJS source from libjs-uglify
+    - drop lib/uglify.js from upstream tarball
   * Refresh pacakging with a new `dh-make-ruby -w` run
 
  -- Cédric Boutillier <boutil at moszumanska.debian.org>  Sun, 07 Aug 2016 10:37:33 -0300
diff --git a/debian/copyright b/debian/copyright
index 47407f1..12080d6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: uglifier
 Source: https://github.com/lautis/uglifier
+Files-Excluded: lib/uglify.js
 
 Files: *
 Copyright: Ville Lautanala, Flowdock (https://flowdock.com/)
@@ -25,37 +26,6 @@ License: MIT
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
 
-Files: lib/uglify.js
-Copyright: 2012 Robert Gust-Bardon <http://robert.gust-bardon.org/>.
-License: BSD-3-Clause
- All rights reserved.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
-     * Redistributions of source code must retain the above
-       copyright notice, this list of conditions and the following
-       disclaimer.
- .
-     * Redistributions in binary form must reproduce the above
-       copyright notice, this list of conditions and the following
-       disclaimer in the documentation and/or other materials
-       provided with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY
- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
- THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
 Files: debian/*
 Copyright: 2012 Antonio Terceiro <terceiro at debian.org>
 License: MIT
diff --git a/debian/rules b/debian/rules
index d4e0889..53e4b90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,5 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 override_dh_auto_install:
 	dh_auto_install
 	mkdir -p debian/ruby-uglifier/usr/share/javascript/ruby-uglifier/
-	mv debian/ruby-uglifier/usr/lib/ruby/vendor_ruby/uglify.js debian/ruby-uglifier/usr/share/javascript/ruby-uglifier/
 	mv debian/ruby-uglifier/usr/lib/ruby/vendor_ruby/es5.js debian/ruby-uglifier/usr/share/javascript/ruby-uglifier/
 	mv debian/ruby-uglifier/usr/lib/ruby/vendor_ruby/split.js debian/ruby-uglifier/usr/share/javascript/ruby-uglifier/
diff --git a/debian/watch b/debian/watch
index b0b19a1..cf40a45 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
+opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \
 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/uglifier .*/uglifier-(.*).tar.gz

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



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