[Lsb-messages] /var/www/bzr/lsb/devel/printing-test r100: Fix build issues.

Jeff Licquia licquia at linuxfoundation.org
Mon Apr 29 21:30:11 UTC 2013


------------------------------------------------------------
revno: 100
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: printing-test
timestamp: Mon 2013-04-29 17:30:11 -0400
message:
  Fix build issues.
  
   - Use cups.org instead of easysw.com as upstream for CUPS.
  
   - s/freestandards/linuxfoundation/ for our bzr server name.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2013-03-13 14:24:06 +0000
+++ b/scripts/package/Makefile	2013-04-29 21:30:11 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-printing
 VERSION=4.1.92
-RELEASE=3
+RELEASE=4
 
 # CUPS version, tarball
 CUPSVER=1.1.23
@@ -61,7 +61,7 @@
 RPM_SRPM_DIR=$(RPM_TMP_BUILD_DIR)/SRPMS
 
 # Override this on the command line to use a different repo
-BZRTREES?=http://bzr.freestandards.org/lsb/devel
+BZRTREES?=http://bzr.linuxfoundation.org/lsb/devel
 BZR_MODULE=printing-test
 BZR_USE_LOCAL?=no
 ifeq ($(BZR_USE_LOCAL),yes)
@@ -128,7 +128,7 @@
 
 $(CUPS_TARBALL):
 	# get the upstream CUPS tarball
-	wget ftp://ftp.easysw.com/pub/cups/$(CUPSVER)/$(CUPS_TARBALL) 
+	wget http://cups.org/software/$(CUPSVER)/$(CUPS_TARBALL)
 $(OPVP_TARBALL):
 	# and the opvpnull driver
 	wget http://osdn.dl.sourceforge.jp/opfc/18974/$(OPVP_TARBALL)



More information about the lsb-messages mailing list