[COMMIT LOGREPORT] package/debian apache2.cfg,NONE,1.1 changelog,1.110,1.111 rules,1.48,1.49 templates,1.38,1.39
Joost van Baal
vanbaal at users.sourceforge.net
Thu Jul 20 16:17:35 CEST 2006
Update of /cvsroot/logreport/package/debian
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16007
Modified Files:
changelog rules templates
Added Files:
apache2.cfg
Log Message:
2 more minor bugs fixed
--- NEW FILE: apache2.cfg ---
# $Id: apache2.cfg,v 1.1 2006/07/20 14:17:32 vanbaal Exp $
# see lr_vendor_cron(1)
service=combined
daemon=/usr/sbin/apache2
rotateperiod=weekly
logfile=/var/log/apache2/access.log.1
filter=cat
Index: changelog
===================================================================
RCS file: /cvsroot/logreport/package/debian/changelog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- changelog 20 Jul 2006 14:06:50 -0000 1.110
+++ changelog 20 Jul 2006 14:17:32 -0000 1.111
@@ -10,6 +10,9 @@
1.0.32). (We're not going with ${misc:Depends}, since that would use
"debconf (>= 0.5) |" which we can't guarantee.) (Closes: #332010).
* debian/lire.preinst: Fix deprecated chown(1) usage.
+ * debian/apache2.cfg: added. Thanks Vincent Danjean. (Closes: #360957).
+ * debian/templates: Fix 2 language bugs. Thanks Clytie Siddall.
+ (Closes: #312505).
-- Joost van Baal <joostvb at debian.org> Thu, 08 Jun 2006 14:31:20 +0200
Index: rules
===================================================================
RCS file: /cvsroot/logreport/package/debian/rules,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- rules 20 Jul 2006 12:50:41 -0000 1.48
+++ rules 20 Jul 2006 14:17:32 -0000 1.49
@@ -67,6 +67,7 @@
-$(MAKE) distclean
rm -f $(DESTDIR)/etc/default/lire.d/apache.cfg \
+ $(DESTDIR)/etc/default/lire.d/apache2.cfg \
$(DESTDIR)/etc/default/lire.d/exim.cfg \
$(DESTDIR)/etc/default/lire.d/postfix.cfg \
$(DESTDIR)/etc/default/lire.d/squid.cfg \
@@ -99,6 +100,8 @@
sh $(CURDIR)/mkinstalldirs $(DESTDIR)/etc/default/lire.d
install -c -m 644 $(CURDIR)/debian/apache.cfg \
$(DESTDIR)/etc/default/lire.d/apache.cfg
+ install -c -m 644 $(CURDIR)/debian/apache2.cfg \
+ $(DESTDIR)/etc/default/lire.d/apache2.cfg
install -c -m 644 $(CURDIR)/debian/exim.cfg \
$(DESTDIR)/etc/default/lire.d/exim.cfg
install -c -m 644 $(CURDIR)/debian/postfix.cfg \
Index: templates
===================================================================
RCS file: /cvsroot/logreport/package/debian/templates,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- templates 7 Sep 2004 21:26:23 -0000 1.38
+++ templates 20 Jul 2006 14:17:32 -0000 1.39
@@ -53,8 +53,8 @@
Type: boolean
Default: true
_Description: Remove 'lire' user, group and files when purging Lire?
- Whenever Lire gets purged from your system, do you want to automatically
- remove the 'lire' user (along with its home directory and all the
+ Whenever Lire gets purged from your system, do you want to
+ remove automatically the 'lire' user (along with its home directory and all the
files therein) and the 'lire' group?
Template: lire/foundlocaluser
@@ -94,6 +94,6 @@
/usr/share/doc/lire/.
.
Besides, a couple of dependencies were removed after the huge code cleanup
- that occured in the last months. You might therefore have a look at the
+ that occurred in the last months. You might therefore have a look at the
Changelog.Debian files as well to clean your system from packages that are no
longer needed.
--
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
commit-request at logreport.org
More information about the Commit
mailing list