r48347 - in /desktop/unstable/gucharmap/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Apr 21 21:54:44 UTC 2016
Author: biebl
Date: Thu Apr 21 21:54:44 2016
New Revision: 48347
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48347
Log:
Upstream no longer includes Unicode data but generates it during build
time from the source data provided by unicode.org. This is basically what
we've always been doing in Debian and we can now drop our custom build
rules.
Modified:
desktop/unstable/gucharmap/debian/changelog
desktop/unstable/gucharmap/debian/rules
Modified: desktop/unstable/gucharmap/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/changelog?rev=48347&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/changelog [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/changelog [utf-8] Thu Apr 21 21:54:44 2016
@@ -3,6 +3,10 @@
* New upstream release. The major/minor version will from now on correspond
to the unicode version implemented.
* Tighten Build-Depends on unicode-data accordingly.
+ * Upstream no longer includes Unicode data but generates it during build
+ time from the source data provided by unicode.org. This is basically what
+ we've always been doing in Debian and we can now drop our custom build
+ rules.
-- Michael Biebl <biebl at debian.org> Thu, 21 Apr 2016 01:38:59 +0200
Modified: desktop/unstable/gucharmap/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/rules?rev=48347&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/rules [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/rules [utf-8] Thu Apr 21 21:54:44 2016
@@ -19,16 +19,8 @@
UNICODE_DATA_VERSION := $(shell dpkg-query -W -f'$${Version}' unicode-data | sed -e's/-.*//')
DEB_DH_GENCONTROL_ARGS_ALL = -- -VBuilt-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W unicode-data)"
-#post-patches:: debian/stamp-gen-unicode-tables
-
-#debian/stamp-gen-unicode-tables:
-# cd gucharmap && ./gen-guch-unicode-tables.pl $(UNICODE_DATA_VERSION) /usr/share/unicode
-# touch debian/stamp-gen-unicode-tables
-
clean::
rm -f intltool-extract intltool-merge intltool-update
rm -f po/.intltool-merge-cache
-# rm -f gucharmap/unicode-*.h
-# rm -f debian/stamp-gen-unicode-tables
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
More information about the pkg-gnome-commits
mailing list