summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2d1e71)
raw | patch | inline | side by side (parent: c2d1e71)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 4 Mar 2009 18:10:18 +0000 (19:10 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 4 Mar 2009 18:31:26 +0000 (19:31 +0100) |
The upstream build system takes care of that itself.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index b4363513223c496e6c1f2fa33c39bbda6f3159c4..a991847d000a860c97d3f3345d00883ab8eba15d 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/rules:
- Rename mlmmj-make-ml.sh.1 to mlmmj-make-ml.1, since we rename the binary
as well.
+ - Do not manually install listtexts - the upstream build system takes care
+ of that itself.
- -- Sebastian Harl <sh@tokkee.org> Wed, 04 Mar 2009 19:05:17 +0100
+ -- Sebastian Harl <sh@tokkee.org> Wed, 04 Mar 2009 19:09:29 +0100
mlmmj (1.2.15-1.1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index dd1e9628a202691a9416277f91bf7faed5113173..1fca5d9f77473d17755a9e754ebfd3f079e25be7 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# Add here commands to install the package into debian/mlmmj.
$(MAKE) install DESTDIR=$(CURDIR)/debian/mlmmj
- # Install translated list texts
-
- install -d \
- $(TEXTDIR)/da/ \
- $(TEXTDIR)/cz/ \
- $(TEXTDIR)/it/ \
- $(TEXTDIR)/de/ \
- $(TEXTDIR)/es/
- install -m 644 listtexts/da/* $(TEXTDIR)/da/
- install -m 644 listtexts/cz/* $(TEXTDIR)/cz/
- install -m 644 listtexts/it/* $(TEXTDIR)/it/
- install -m 644 listtexts/de/* $(TEXTDIR)/de/
- install -m 644 listtexts/es/* $(TEXTDIR)/es/
-
# Don't advertise that mlmmj-make-ml is a shell script
# And install our own version of mlmmj-make-ml, until upstream
# has stabilised somewhat