Changeset 125
- Timestamp:
- Sep 10, 2007, 11:50:51 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r111 r125 856 856 echo "Index: /usr/share/doc/@install_name@/manual.html/index.html" >> debian/@install_name@.doc-base; \ 857 857 echo "Files: /usr/share/doc/@install_name@/manual.html/*.html" >> debian/@install_name@.doc-base; \ 858 echo $(sysconfdir)/@install_name@rc> debian/conffiles; \858 echo @myrpmconffile@ > debian/conffiles; \ 859 859 echo /etc/init.d/@install_name@ >> debian/conffiles; \ 860 860 if test -f /usr/lib/lsb/install_initd; then \ -
trunk/docs/Changelog
r124 r125 1 1 2.3.7: 2 * Makefile.in: fix 'make deb' target, wrong name of config file 3 written to debian/conffiles (reported by marc) 2 4 * configure.ac: fix incorrect order of with-prelude, enable-static 3 5 (libprelude test was always without -static)
Note:
See TracChangeset
for help on using the changeset viewer.