diff options
| author | Ralph Amissah <ralph@amissah.com> | 2014-11-13 10:24:45 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2014-12-08 00:18:14 -0500 | 
| commit | 1db1a6e8411bed7ce63e2e717f55ee07f08b6157 (patch) | |
| tree | 2ccde351d823b18b6beaa850b39c67f425a149b0 | |
| parent | year set 2015 (prepare for the new year) (diff) | |
qi, (quick install) header update (also rbuild)
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 2 | ||||
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v6 | 2 | ||||
| -rwxr-xr-x | qi | 37 | ||||
| -rw-r--r-- | setup/qi_libs.rb | 2 | ||||
| -rw-r--r-- | setup/qi_libs_base.rb | 2 | ||||
| -rw-r--r-- | 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) @@ -1,41 +1,20 @@  #!/usr/bin/env ruby  =begin - Common Rakefile, Rantfile installer for SiSU -   softlink Rakefile and Rantfile to this file - * Homepage: <http://www.jus.uio.no/sisu/SiSU> -             <http://search.sisudoc.org> - * Download: <http://www.jus.uio.no/sisu/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.com> -   Ralph Amissah <ralph.amissah@gmail.com> - - Rake is a Ruby build program by Jim Weirich - * Rake may be downloaded and installed from: -     <http://rake.rubyforge.org/> +**  Homepage: <http://www.jus.uio.no/sisu/SiSU> +             <http://search.sisudoc.org> +**  Download: <http://www.jus.uio.no/sisu/download> - Rant is a Ruby build program by Stefan Lang - * Rant may be downloaded and installed from: -     <http://make.rubyforge.org/> +**  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.com> +  Ralph Amissah <ralph.amissah@gmail.com>  =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 | 
