From 1db1a6e8411bed7ce63e2e717f55ee07f08b6157 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 13 Nov 2014 10:24:45 -0500 Subject: qi, (quick install) header update (also rbuild) --- data/doc/sisu/CHANGELOG_v5 | 2 ++ data/doc/sisu/CHANGELOG_v6 | 2 ++ qi | 37 ++++++++----------------------------- setup/qi_libs.rb | 2 +- setup/qi_libs_base.rb | 2 +- setup/rbuild_libs.rb | 2 +- 6 files changed, 15 insertions(+), 32 deletions(-) diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index b6c33b2a..168d4e0b 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -42,6 +42,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.8.0.orig.tar.xz * year set 2015 (prepare for the new year) +* qi, (quick install) header update (also rbuild) + --- SiSU "UnFrozen" --- prior to end of Debian Freeze (upstream bugfix 5.7.2 intended for Jessie (packaged for Debian as 5.7.1-2) was not accepted) diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6 index e9443c89..ac15d068 100644 --- a/data/doc/sisu/CHANGELOG_v6 +++ b/data/doc/sisu/CHANGELOG_v6 @@ -32,6 +32,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_6.4.0.orig.tar.xz * year set 2015 (prepare for the new year) +* qi, (quick install) header update (also rbuild) + --- SiSU "UnFrozen" --- prior to end of Debian Freeze (upstream bugfix 6.3.2 (5.7.2) intended for Jessie (packaged for Debian as 5.7.1-2) was not accepted) diff --git a/qi b/qi index 6bfddf62..3b4ba501 100755 --- a/qi +++ b/qi @@ -1,41 +1,20 @@ #!/usr/bin/env ruby =begin - Common Rakefile, Rantfile installer for SiSU - softlink Rakefile and Rantfile to this file - * Homepage: - - * Download: - - Copyright (C) 2007 Ralph Amissah - - * License: LGPL - GNU Lesser General Public License - [same license as Rant provided within the Rant package] +** Description: - * Ralph Amissah - Ralph Amissah - - Rake is a Ruby build program by Jim Weirich - * Rake may be downloaded and installed from: - +** Homepage: + +** Download: - Rant is a Ruby build program by Stefan Lang - * Rant may be downloaded and installed from: - +** Copyright: (C) 2007 - 2015 Ralph Amissah - Notes on use: - [if rake is preferred and installed] - rake -T - [if rant is preferred and installed] - rant -T +** License: - SiSU can also be Setup/Installation using: - * Minero Aoki's setup.rb, provided along with SiSU, or +** Ralph Amissah + Ralph Amissah =end -#%% produce a makefile suitable for the target platform -#require 'mkmf' -#create_makefile("sisu") #% manual settings, edit/update as required (note current default settings are obtained from sisu version yml file) begin require 'thor' diff --git a/setup/qi_libs.rb b/setup/qi_libs.rb index 6fa6cde7..331ed72e 100644 --- a/setup/qi_libs.rb +++ b/setup/qi_libs.rb @@ -285,7 +285,7 @@ proceed? } end def self.changelog_header(vi) <<-WOK -%% #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')}) +** #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')}) http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_#{vi[:version]} http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_#{vi[:version]}-1 http://www.jus.uio.no/sisu/pkg/src/sisu_#{vi[:version]}.orig.tar.xz diff --git a/setup/qi_libs_base.rb b/setup/qi_libs_base.rb index ec01af19..982625e0 100644 --- a/setup/qi_libs_base.rb +++ b/setup/qi_libs_base.rb @@ -234,7 +234,7 @@ proceed? } end def self.changelog_header(vi) <<-WOK -%% #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')}) +** #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')}) http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_#{vi[:version]} http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_#{vi[:version]}-1 http://www.jus.uio.no/sisu/pkg/src/sisu_#{vi[:version]}.orig.tar.xz diff --git a/setup/rbuild_libs.rb b/setup/rbuild_libs.rb index 8389c836..9dc55bf7 100644 --- a/setup/rbuild_libs.rb +++ b/setup/rbuild_libs.rb @@ -284,7 +284,7 @@ proceed? } end def self.changelog_header(vi) <<-WOK -%% #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')}) +** #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')}) http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_#{vi[:version]} http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_#{vi[:version]}-1 http://www.jus.uio.no/sisu/pkg/src/sisu_#{vi[:version]}.orig.tar.xz -- cgit v1.2.3