[Pkg-gauche-devel] New packages for gauche, gauche-c-wrapper, and gauche-gl

NIIBE Yutaka gniibe at fsij.org
Sat Dec 19 05:28:21 UTC 2015


Hello,

I uploaded new packages, fixing some bugs.

This time, I've done with gbp, the git-buildpackage.

The repo-es are:

    gauche.git
    gauche-c-wrapper.git
    gauche-gl.git

... which I put on git.debian.org under pkg-gauche team.

Now, I can't find them at:
	https://anonscm.debian.org/cgit/pkg-gauche

Perhaps, some configuration is required on Alioth web interface.
Please do that Takeshi, if needed.  I'd suggest update of members on
Alioth Gauche team, too.

Note that those packages are in git repositories, timestamp still
matters for building, becaus build is done by standard make which
use timestamps.

So, for my own local copies of repos, I updated the timestamp of each
file by:

   $ apt-get source --download-only gauche
   $ tar tvf {PACKAGE}_orig.tar.gz  <---- to see directory name
   $ mv {PACKAGE-DIR-FOR-GIT} {PACKAGE-ORIG-DIR}
   $ tar xf {PACKAGE}_orig.tar.gz
   $ mv {PACKAGE-ORIG-DIR} {PACKAGE-DIR-FOR-GIT}

Actually, I don't have enough knowledge how to handle that.

If we just use git command which change timestamps of files, it
doesn't work well.  For example, when we do 'git checkout upstream'
and 'git checkout debian' and timestamps of some files are changed,
build process of debian/rules might not work.  For gauche and its
friends some generated files depends on the build process based on
timestamps.

In those updates, I removed Hatta-san from Uploaders list, because
he's not Debian developer any more.
-- 



More information about the Pkg-gauche-devel mailing list