[med-svn] [patman] 09/15: Fix watch file

Andreas Tille tille at debian.org
Wed Dec 13 19:28:26 UTC 2017


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

tille pushed a commit to branch master
in repository patman.

commit acf217d7d0fe97e21781b012c46044af61847ce7
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 13 20:15:34 2017 +0100

    Fix watch file
---
 Makefile     | 49 -------------------------------------------------
 debian/watch | 22 ++--------------------
 2 files changed, 2 insertions(+), 69 deletions(-)

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 1528ab3..0000000
--- a/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# PatMaN DNA pattern matcher
-# (C) 2007 Kay Pruefer, Udo Stenzel
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or (at
-# your option) any later version.  See the LICENSE file for details.
-
-prefix := ${HOME}
-version := 1.2
-
-TARGETS := patman
-OBJS := prefix_tree.o fasta.o main.o
-CPPFLAGS += -Wall 
-CPPFLAGS += -O3 -funroll-loops -DNDEBUG -march=k8
-# CPPFLAGS += -ggdb
-LDLIBS += -lpopt
-
-all: $(TARGETS)
-
-patman:	$(OBJS)
-	g++ $(CPPFLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
-
-%.o:	%.cpp
-	g++ -DVERSION="\"$(version)\"" $(CPPFLAGS) -c -o $@ $<
-
-install: $(TARGETS)
-	install -d ${prefix}/bin
-	install -d ${prefix}/share/man/man1
-	install -s -m755 $^ ${prefix}/bin
-	install -m644 patman.1 ${prefix}/share/man/man1
-	
-fasta.o: fasta.h 
-prefix_tree.o: prefix_tree.h global.h
-main.o: fasta.h prefix_tree.h global.h
-
-.SUFFIXES:
-
-.PHONY: clean mrproper dist all
-
-dist: all
-	$(MAKE) clean
-	strip $(TARGETS)
-
-clean:	
-	-rm -f $(OBJS)
-	
-mrproper: clean
-	-rm -r $(TARGET)
diff --git a/debian/watch b/debian/watch
index eb90264..e2aaa3a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,22 +1,4 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
-version=3
-
-# Uncomment to examine a Webpage 
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php patman-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/patman-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/patman-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for devscripts >= 2.9
-# http://sf.net/patman/patman-(.*)\.tar\.gz
+version=4
 
+https://bioinf.eva.mpg.de/patman/ patman-(.*)\.tar\.gz
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/patman.git



More information about the debian-med-commit mailing list