r11799 - in /packages/experimental/update-manager/debian: changelog rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Wed Jul 4 01:06:35 UTC 2007
Author: kov
Date: Wed Jul 4 01:06:35 2007
New Revision: 11799
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11799
Log:
removed hack to move mo files, which are now correctly handled
by the build system
Modified:
packages/experimental/update-manager/debian/changelog
packages/experimental/update-manager/debian/rules
Modified: packages/experimental/update-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-manager/debian/changelog?rev=11799&op=diff
==============================================================================
--- packages/experimental/update-manager/debian/changelog (original)
+++ packages/experimental/update-manager/debian/changelog Wed Jul 4 01:06:35 2007
@@ -16,8 +16,12 @@
* debian/patches/03_setup_py_for_new_distutils_extra.diff,
debian/control.in:
- make setup.py use the newer version of python-distutils-extra
-
- -- Gustavo Noronha Silva <kov at debian.org> Tue, 03 Jul 2007 21:55:13 -0300
+ * debian/rules:
+ - new version of python-distutils-extra puts files at their
+ correct location, so we don't need to move them after the
+ build
+
+ -- Gustavo Noronha Silva <kov at debian.org> Tue, 03 Jul 2007 22:06:11 -0300
update-manager (0.64-1) experimental; urgency=low
Modified: packages/experimental/update-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-manager/debian/rules?rev=11799&op=diff
==============================================================================
--- packages/experimental/update-manager/debian/rules (original)
+++ packages/experimental/update-manager/debian/rules Wed Jul 4 01:06:35 2007
@@ -43,15 +43,6 @@
# tar -C debian/update-manager/usr/share/gnome/help/update-manager/ -xpf manual.tar && \
# rm manual.tar
-binary-post-install/update-manager-core::
- # HACK; need to figure out why the heck distutils-extra does not
- # install the files to the right place
- for locale in debian/update-manager-core/usr/share/locale/*; do \
- mkdir -p $${locale}/LC_MESSAGES; \
- mv $${locale}/update-manager.mo \
- $${locale}/LC_MESSAGES/; \
- done
-
# copied from CDBS; I cannot use gnome.mk, for it includes autotools.mk
# although this package does not use autotools; the build, thus, fails.
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
More information about the pkg-gnome-commits
mailing list