Control: tags -1 +patch

Hi!

Since there has been no progress on this for the past couple of months, I 
assume a patch like the following is required.

cheers
Stuart

-- 
Stuart Prescott    http://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/         stu...@debian.org
GPG fingerprint    BE65 FD1E F4EA 08F3 23D4 3C6D 9FE8 B8CD 71C5 D1A8
GPG fingerprint    90E2 D2C1 AD14 6A1B 7EBB  891D BBC1 7EBB 1396 F2F7
diff -Nru underscore-1.1.6/debian/changelog underscore-1.1.6/debian/changelog
--- underscore-1.1.6/debian/changelog	2011-04-22 10:30:22.000000000 +0100
+++ underscore-1.1.6/debian/changelog	2012-10-13 16:16:53.000000000 +0100
@@ -1,3 +1,12 @@
+underscore (1.1.6-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Remove build-dependency on uglifyjs since it is not satisfiable in wheezy
+    (Closes: #679669).
+  * Don't generate minified js file at all.
+
+ -- Stuart Prescott <stu...@debian.org>  Sat, 13 Oct 2012 16:14:16 +0100
+
 underscore (1.1.6-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru underscore-1.1.6/debian/control underscore-1.1.6/debian/control
--- underscore-1.1.6/debian/control	2011-04-22 10:25:13.000000000 +0100
+++ underscore-1.1.6/debian/control	2012-10-13 16:10:41.000000000 +0100
@@ -5,8 +5,7 @@
 Uploaders: Jonas Smedegaard <d...@jones.dk>
 Build-Depends: cdbs,
  debhelper (>= 6),
- dh-buildinfo,
- uglifyjs
+ dh-buildinfo
 Standards-Version: 3.9.2
 Homepage: http://documentcloud.github.com/underscore/
 Vcs-Git: git://git.debian.org/git/collab-maint/underscore
diff -Nru underscore-1.1.6/debian/rules underscore-1.1.6/debian/rules
--- underscore-1.1.6/debian/rules	2011-04-22 10:30:00.000000000 +0100
+++ underscore-1.1.6/debian/rules	2012-10-13 16:10:07.000000000 +0100
@@ -28,8 +28,6 @@
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
-CDBS_BUILD_DEPENDS += , uglifyjs
-
 DEB_UPSTREAM_URL = http://githubredir.debian.net/github/documentcloud/underscore/
 DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
 DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
@@ -40,13 +38,9 @@
 js-basedir =
 #js-stems = $(basename $(wildcard $(js-basedir)*.js))
 js-stems = $(libname)
-js-min = $(js-stems:$(js-basedir)%=debian/%.min.js)
 js-destdir = /usr/share/javascript/$(libdirname)
 
-DEB_DH_INSTALL_ARGS_DEFAULT = $(addsuffix .js,$(js-stems)) debian/*.min.js $(js-destdir)
+DEB_DH_INSTALL_ARGS_DEFAULT = $(addsuffix .js,$(js-stems)) $(js-destdir)
 
-build/$(libpkgname):: $(js-min)
-$(js-min): debian/%.min.js: $(js-basedir)%.js
-	uglifyjs -o $@ $<
 clean::
 	rm -f debian/*.js
_______________________________________________
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to