[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] /srv/bzr/gsrc/trunk r2283: fix up garnames vs upstreamname
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] /srv/bzr/gsrc/trunk r2283: fix up garnames vs upstreamnames in gnustep packages |
Date: |
Fri, 12 Apr 2013 22:33:47 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 2283
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2013-04-12 22:33:47 +0200
message:
fix up garnames vs upstreamnames in gnustep packages
modified:
gnustep/enterprise/Makefile
gnustep/performance/Makefile
gnustep/project-center/Makefile
gnustep/renaissance/Makefile
gnustep/sqlclient/Makefile
gnustep/webserver/Makefile
gnustep/webservices/Makefile
=== modified file 'gnustep/enterprise/Makefile'
--- a/gnustep/enterprise/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnustep/enterprise/Makefile 2013-04-12 20:33:47 +0000
@@ -16,7 +16,8 @@
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
NAME = EnterpriseControlConfigurationLogging
-GARNAME = EnterpriseControlConfigurationLogging
+GARNAME = enterprise
+UPSTREAMNAME = EnterpriseControlConfigurationLogging
GARVERSION = 1.0.1
HOME_URL = http://www.gnustep.org
DESCRIPTION = Classes for building and administering 24*7 server \
=== modified file 'gnustep/performance/Makefile'
--- a/gnustep/performance/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnustep/performance/Makefile 2013-04-12 20:33:47 +0000
@@ -16,7 +16,8 @@
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
NAME = Performance
-GARNAME = Performance
+GARNAME = performance
+UPSTREAMNAME = Performance
GARVERSION = 0.3.2
HOME_URL = http://www.gnustep.org
DESCRIPTION = Performance improvement and measuring classes for \
=== modified file 'gnustep/project-center/Makefile'
--- a/gnustep/project-center/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnustep/project-center/Makefile 2013-04-12 20:33:47 +0000
@@ -16,7 +16,8 @@
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
NAME = Project Center
-GARNAME = ProjectCenter
+GARNAME = project-center
+UPSTREAMNAME = ProjectCenter
GARVERSION = 0.6.1
HOME_URL = http://www.gnustep.org
DESCRIPTION = GNUstep project developer
=== modified file 'gnustep/renaissance/Makefile'
--- a/gnustep/renaissance/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnustep/renaissance/Makefile 2013-04-12 20:33:47 +0000
@@ -16,7 +16,8 @@
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
NAME = Renaissance
-GARNAME = Renaissance
+GARNAME = renaissance
+UPSTREAMNAME = Renaissance
GARVERSION = 0.9.0
HOME_URL = http://www.gnustep.it/Renaissance
DESCRIPTION = An XML-based GUI-design system
@@ -24,7 +25,7 @@
######################################################################
MASTER_SITES = http://www.gnustep.it/
-MASTER_SUBDIR = $(GARNAME)/Download/
+MASTER_SUBDIR = $(UPSTREAMNAME)/Download/
DISTFILES = $(DISTNAME).tar.gz
SIGFILES =
CONFIGURE_SCRIPTS =
=== modified file 'gnustep/sqlclient/Makefile'
--- a/gnustep/sqlclient/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnustep/sqlclient/Makefile 2013-04-12 20:33:47 +0000
@@ -16,7 +16,8 @@
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
NAME = SQLClient
-GARNAME = SQLClient
+GARNAME = sqlclient
+UPSTREAMNAME = SQLClient
GARVERSION = 1.5.3
HOME_URL = http://www.gnustep.org
DESCRIPTION = A simple, object-oriented interface to SQL databases
=== modified file 'gnustep/webserver/Makefile'
--- a/gnustep/webserver/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnustep/webserver/Makefile 2013-04-12 20:33:47 +0000
@@ -16,7 +16,8 @@
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
NAME = WebServer
-GARNAME = WebServer
+GARNAME = webserver
+UPSTREAMNAME = WebServer
GARVERSION = 1.4.6
HOME_URL = http://www.gnustep.org
DESCRIPTION = Simple webserver for GNUstep applications
=== modified file 'gnustep/webservices/Makefile'
--- a/gnustep/webservices/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnustep/webservices/Makefile 2013-04-12 20:33:47 +0000
@@ -16,7 +16,8 @@
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
NAME = WebServices
-GARNAME = WebServices
+GARNAME = webservices
+UPSTREAMNAME = WebServices
GARVERSION = 0.5.5
HOME_URL = http://www.gnustep.org
DESCRIPTION = Classes for building web services
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] /srv/bzr/gsrc/trunk r2283: fix up garnames vs upstreamnames in gnustep packages,
Brandon Invergo <=