[Lsb-messages] /var/www/bzr/lsb/devel/repogen r215: Support building 5.0 Debian repos, and add 5.0 to the official repo lists.

Jeff Licquia licquia at linuxfoundation.org
Fri May 8 23:14:31 UTC 2015


------------------------------------------------------------
revno: 215
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: repogen
timestamp: Fri 2015-05-08 16:14:31 -0700
message:
  Support building 5.0 Debian repos, and add 5.0 to the official repo lists.
modified:
  Makefile.common
  deb/Makefile
-------------- next part --------------
=== modified file 'Makefile.common'
--- a/Makefile.common	2012-09-11 16:57:41 +0000
+++ b/Makefile.common	2015-05-08 23:14:31 +0000
@@ -3,13 +3,13 @@
 
 # Settings that can be overridden on the command line.
 
-LSB_VERSION ?= 4.1.0
+LSB_VERSION ?= 5.0.0
 LSB_RELEASE ?= 1
 FTP_ROOT ?= /srv/ftp
 FTP_LSB_PATH ?= pub/lsb
 REPO_TOP_URL ?= http://ftp.linuxfoundation.org
 
-LSB_VERSIONS ?= 3.0 3.1 3.2 4.0 4.1
+LSB_VERSIONS ?= 3.0 3.1 3.2 4.0 4.1 5.0
 
 ARCHS ?= ia32 ia64 ppc32 ppc64 s390 s390x x86_64
 

=== modified file 'deb/Makefile'
--- a/deb/Makefile	2014-12-26 23:32:36 +0000
+++ b/deb/Makefile	2015-05-08 23:14:31 +0000
@@ -5,7 +5,7 @@
 
 default: debian/dists/lsb-3.0/Release debian/dists/lsb-3.1/Release \
     debian/dists/lsb-3.2/Release debian/dists/lsb-4.0/Release \
-    debian/dists/lsb-4.1/Release
+    debian/dists/lsb-4.1/Release debian/dists/lsb-5.0/Release
 
 snapshot: debian/dists/lsb-snapshot/Release
 
@@ -92,7 +92,7 @@
 debian/dists/lsb-%/Release.gpg: debian/dists/lsb-%/Release
 	gpg -sab -u $(GPG_ID) --homedir $(GPG_HOMEDIR) -o $@ $<
 
-install: install-3.0 install-3.1 install-3.2 install-4.0 install-4.1
+install: install-3.0 install-3.1 install-3.2 install-4.0 install-4.1 install-5.0
 	cd debian && rsync -a --delete pool/pkgs-common $(REPO_TOP)
 
 install-%: debian/dists/lsb-%/Release



More information about the lsb-messages mailing list