gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r981: cleanup dejagnu


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r981: cleanup dejagnu
Date: Sun, 28 Oct 2012 09:46:31 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 981
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-28 09:46:31 +0100
message:
  cleanup dejagnu
modified:
  gnu/dejagnu/Makefile
=== modified file 'gnu/dejagnu/Makefile'
--- a/gnu/dejagnu/Makefile      2011-03-23 09:59:02 +0000
+++ b/gnu/dejagnu/Makefile      2012-10-28 08:46:31 +0000
@@ -1,16 +1,19 @@
 GARNAME = dejagnu
 GARVERSION = 1.5
+HOME_URL = http://www.gnu.org/software/dejagnu/
+DESCRIPTION = The DejaGNU testing framework
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = dejagnu/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = expect
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/dejagnu/
-DESCRIPTION = The DejaGNU testing framework
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]