[Pkg-javascript-devel] Bug#759672: jquery: diff for NMU version 1.7.2+dfsg-3.2
Paul Gevers
elbrus at debian.org
Fri Aug 29 09:50:29 UTC 2014
Package: jquery
Version: 1.7.2+dfsg-3.1
Severity: normal
Tags: patch pending
Dear maintainer,
I must appear rather incapable by now, but in my previous upload the solution
that I choose is not technically correct. I believe the result is the same, but
I still want to fix the issue.
I've prepared an NMU for jquery (versioned as 1.7.2+dfsg-3.2) and will soon
upload it to DELAYED/2 to give you some time to fix it up if you rather have that
but short enough to be before the migration to testing of the previous upload.
Regards.
Paul
diff -Nru jquery-1.7.2+dfsg/debian/changelog jquery-1.7.2+dfsg/debian/changelog
--- jquery-1.7.2+dfsg/debian/changelog 2014-08-27 21:31:57.000000000 +0200
+++ jquery-1.7.2+dfsg/debian/changelog 2014-08-29 11:44:08.000000000 +0200
@@ -1,3 +1,12 @@
+jquery (1.7.2+dfsg-3.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix in previous upload was technically not correct. Re-add the phony build
+ target again and actually fix the make problem (mixed implicit and normal
+ rules) by unmixing.
+
+ -- Paul Gevers <elbrus at debian.org> Fri, 29 Aug 2014 10:59:15 +0200
+
jquery (1.7.2+dfsg-3.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru jquery-1.7.2+dfsg/debian/rules jquery-1.7.2+dfsg/debian/rules
--- jquery-1.7.2+dfsg/debian/rules 2014-08-27 21:26:02.000000000 +0200
+++ jquery-1.7.2+dfsg/debian/rules 2014-08-29 11:26:13.000000000 +0200
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
%:
dh $@
+build:
+ dh $@
override_dh_auto_clean:
rm -rf dist/
@@ -11,4 +13,4 @@
-rm build/.sizecache.json
dh_clean
-
+.PHONY: build
More information about the Pkg-javascript-devel
mailing list