summaryrefslogtreecommitdiff
path: root/debian/patches/debug
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-29 04:31:17 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-29 04:31:17 +0100
commit2a918c8a2a735544eeb867687adf3c91c229af49 (patch)
tree39359f2cbcb7363ab0c0078f21b952845f1c168f /debian/patches/debug
parent1bc55fab42a2fe20c7bceb0a83bff46dbe4b4513 (diff)
Import packaging.
Diffstat (limited to 'debian/patches/debug')
-rw-r--r--debian/patches/debug14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/debug b/debian/patches/debug
new file mode 100644
index 000000000..4025d5210
--- /dev/null
+++ b/debian/patches/debug
@@ -0,0 +1,14 @@
+Index: heimdal-1.4.0~git20100322/po/Makefile.am
+===================================================================
+--- heimdal-1.4.0~git20100322.orig/po/Makefile.am 2010-03-22 14:51:15.895792153 +1100
++++ heimdal-1.4.0~git20100322/po/Makefile.am 2010-03-22 15:02:26.845167021 +1100
+@@ -40,7 +40,8 @@
+ @for x in `cat $(srcdir)/localefiles` ; do \
+ domain=`echo $$x | sed 's@/.*@@'`; \
+ lang=`echo $$x | sed 's@.*/\(.*\)\\.mo$$@\1@'`; \
+- echo "installing lang $$domain $$lang" ; \
++ echo "installing lang $$domain $$lang to $(DESTDIR) at $(localedir)" ; \
++ ls -l $(top_srcdir)/install-sh ; \
+ $(top_srcdir)/install-sh -d \
+ "$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES" ; \
+ $(top_srcdir)/install-sh $(srcdir)/$$x \