[Pkg-wmaker-commits] [wmfrog] 112/145: Rename wmFrog.c to wmfrog.c.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 7c60407cbd923f2237e7fe9df8e24c3be879e0af
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Aug 24 01:55:14 2014 -0500

    Rename wmFrog.c to wmfrog.c.
    
    Previously, the binary wmfrog was built from the source file wmFrog.c,
    resulting in a Lintian "source-is-missing" error when building a Debian package.
    This patch fixes this issue by renaming wmFrog.c to wmfrog.c.
    
    Adapted from Debian:
    http://sources.debian.net/src/wmfrog/0.3.1%2Bds-2/debian/patches/renamed-wmfrog.c.patch/
---
 wmfrog/Src/Makefile               | 8 ++++----
 wmfrog/Src/{wmFrog.c => wmfrog.c} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wmfrog/Src/Makefile b/wmfrog/Src/Makefile
index 97a16f4..7e8f054 100644
--- a/wmfrog/Src/Makefile
+++ b/wmfrog/Src/Makefile
@@ -8,7 +8,7 @@ LIBS   = -lXpm -lX11 -lXext
 # LIBS   = -lXpm -lX11 -lXext -lsocket
 PREFIX=/usr
 
-OBJS   = wmFrog.o \
+OBJS   = wmfrog.o \
          xutils.o
 
 
@@ -16,10 +16,10 @@ OBJS   = wmFrog.o \
 	$(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
 
 
-all:	wmFrog.o wmFrog 
+all:	wmfrog.o wmfrog 
 
-wmFrog.o: frog.xpm frog.xbm
-wmFrog:	$(OBJS) 
+wmfrog.o: frog.xpm frog.xbm
+wmfrog:	$(OBJS) 
 	$(CC) $(CFLAGS) $(SYSTEM) -o wmfrog $^ $(INCDIR) $(LIBDIR) $(LIBS)
 install:
 		mkdir -p "$(DESTDIR)$(PREFIX)/bin"
diff --git a/wmfrog/Src/wmFrog.c b/wmfrog/Src/wmfrog.c
similarity index 100%
rename from wmfrog/Src/wmFrog.c
rename to wmfrog/Src/wmfrog.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list