[Pkg-gs-devel] r33 - gs-common/trunk/debian
Kenshi Muto
kmuto at costa.debian.org
Sat Sep 30 13:59:57 UTC 2006
Author: kmuto
Date: Sat Sep 30 13:59:56 2006
New Revision: 33
Modified:
gs-common/trunk/debian/changelog
gs-common/trunk/debian/rules
Log:
rename files have extensions
Modified: gs-common/trunk/debian/changelog
==============================================================================
--- gs-common/trunk/debian/changelog (original)
+++ gs-common/trunk/debian/changelog Sat Sep 30 13:59:56 2006
@@ -5,6 +5,12 @@
* Fix bashism of prerm (closes: #308133)
* Add debconf-2.0 for debconf alternative. (closes: #331843)
* add awk shebang to afmdiff.awk (closes: #356560)
+ * rename files have problematic extension. (closes: #384383)
+ afmdiff.awk -> afmdiff
+ fixmswrd.pl -> fixmswrd
+ lprsetup.sh -> lprsetup
+ pv.sh -> pv
+ unix-lpr.sh -> unix-lpr
-- Kenshi Muto <kmuto at debian.org> Thu, 10 Aug 2006 20:15:39 +0900
Modified: gs-common/trunk/debian/rules
==============================================================================
--- gs-common/trunk/debian/rules (original)
+++ gs-common/trunk/debian/rules Sat Sep 30 13:59:56 2006
@@ -59,6 +59,11 @@
#$(MAKE) install DESTDIR=$(CURDIR)/debian/gs-common
install -m 644 $(CURDIR)/debian/gs.defoma $(CURDIR)/debian/gs-common/usr/share/defoma/scripts
install -m 755 $(CURDIR)/scripts/* $(CURDIR)/debian/gs-common/usr/bin
+ mv $(CURDIR)/debian/gs-common/usr/bin/fixmswrd.pl $(CURDIR)/debian/gs-common/usr/bin/fixmswrd
+ mv $(CURDIR)/debian/gs-common/usr/bin/lprsetup.sh $(CURDIR)/debian/gs-common/usr/bin/lprseup
+ mv $(CURDIR)/debian/gs-common/usr/bin/pv.sh $(CURDIR)/debian/gs-common/usr/bin/pv
+ mv $(CURDIR)/debian/gs-common/usr/bin/unix-lpr.sh $(CURDIR)/debian/gs-common/usr/bin/unix-lpr
+ mv $(CURDIR)/debian/gs-common/usr/bin/afmdiff.awk $(CURDIR)/debian/gs-common/usr/bin/afmdiff
# Install manpages by hand
install -d $(CURDIR)/debian/gs-common/usr/share/man/man1/
More information about the Pkg-gs-devel
mailing list