Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

14 commits

Author SHA1 Message Date
Till Maas
63227c8378 Dead upstream: Debian (since 2006), orphaned by Debian: http://packages.qa.debian.org/a/acheck.html 2014-02-23 18:58:42 +01:00
Dennis Gilmore
2830adf8d0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:10:58 -05:00
Petr Písař
d733984c05 Declare documentation encoding 2013-07-17 14:00:44 +02:00
Petr Písař
62500dd162 Perl 5.18 rebuild 2013-07-17 10:39:17 +02:00
Ralf Corsépius
55842a92c7 Use /usr/bin/pod2man to generate man-pages (Fix FTBFS #913870)
- Add acheck-0.5.1-man.patch
  (Fix syntax errors in man/acheck.*.pod, F19's pod2man chokes upon).
- Remove redundant R: perl.
2013-03-03 05:31:16 +01:00
Dennis Gilmore
09568de95b - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:14:33 -06:00
Dennis Gilmore
70b624b4ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 10:31:30 -05:00
Dennis Gilmore
aa7fdb88f0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 14:59:05 -06:00
Peter Robinson
cdeffe0774 rebuild 2011-10-11 13:31:16 +01:00
Dennis Gilmore
2a5c98a7b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:13:44 -06:00
Fedora Release Engineering
e2f2f51308 dist-git conversion 2010-07-28 09:34:05 +00:00
Bill Nottingham
62c95e0f2b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:18 +00:00
Jesse Keating
eba7dc93c4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:33:00 +00:00
Rakesh Pandit
82a33c68e7 Initial import 2009-06-21 12:33:26 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: acheck
# $Id$
NAME := acheck
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
Dead upstream: Debian (since 2006), orphaned by Debian: http://packages.qa.debian.org/a/acheck.html

View file