[23353] in Source-Commits
/svn/athena r23007 - trunk/debathena/third/lprng
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Thu Jun 5 15:59:40 2008
Date: Thu, 5 Jun 2008 15:59:02 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200806051959.PAA10242@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-06-05 15:59:01 -0400 (Thu, 05 Jun 2008)
New Revision: 23007
Modified:
trunk/debathena/third/lprng/debathenify-lprng
Log:
In debathenify-lprng, add init.d to the list of debhelper files to
rename.
Modified: trunk/debathena/third/lprng/debathenify-lprng
===================================================================
--- trunk/debathena/third/lprng/debathenify-lprng 2008-06-05 19:47:49 UTC (rev 23006)
+++ trunk/debathena/third/lprng/debathenify-lprng 2008-06-05 19:59:01 UTC (rev 23007)
@@ -56,8 +56,8 @@
# The renamed binary package no longer matches the source package
# name, so we have to rename a bunch of debhelper files.
- for f in config cron.daily dirs examples mime postinst postrm preinst \
- prerm templates; do
+ for f in config cron.daily dirs examples init.d mime postinst postrm \
+ preinst prerm templates; do
mv debian/$f debian/debathena-lprng.$f
done
perl -pe 's/templates/debathena-lprng.templates/' -i debian/po/POTFILES.in