Skip to content
Snippets Groups Projects
Commit 132e57e7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

This is release frida2libs-141023.

parent e13e6a4a
No related branches found
No related tags found
No related merge requests found
### How to update bundle when a library has changed
cd /git/v/distrib/bundle
slink ../../<lib> .
vi configure.ac
vi Makefile.am
### How to prepare a distribution of the frida2-libs
cd /git/v/distrib/bundle
cd /G/f2/distrib/libs/bundle
autoreconf -if
./configure
make clean
......@@ -22,11 +14,12 @@ rm */*/*~
export A=frida2libs- #yymmdd
cd /tmp
rm $A
slink /git/v/distrib/bundle $A
tar czvfh ~/data/tgz/$A.tgz $A/* --exclude "debian"
slink /G/f2/distrib/libs/bundle $A
tar czvfh ~/data/tgz/$A.tgz $A/* --exclude ".git"
dl ~/data/tgz/frida2li* # check size
rm /tmp/$A
cd /G/f2
kcom # This is release frida2libs-
kush
......@@ -115,20 +108,20 @@ cd /code/distrib
slink <path-to-prj> <prj>-<version>
cd <prj>-<version>
< prepare tgz relase and name it (or copy to) <prj>-<version>.orig.tar.gz >
dh_make -l -e j.wuttke@fz-juelich.de -f /git/v/distrib/tgz/<prj>-<version>.orig.tar.gz
dh_make -l -e j.wuttke@fz-juelich.de -f /G/v/distrib/tgz/<prj>-<version>.orig.tar.gz
cd debian
< remove or edit debian configuration files >
# update:
< update debian/files >
cd /git/v/<prj>
cd /G/v/<prj>
dch --closes nnnnn[,...] ( -v <orig_version>-1 oder -i ) # then edit changelog
< update debian/changelog >
# dpkg-buildpackage -rfakeroot
debuild -S
# Ergebnis prüfen:
cd /git/v
cd /G/v
dpkg --contents <package>.deb
# Hochladen:
......
#! /bin/sh
# Common wrapper for a few potentially missing GNU programs.
scriptversion=2012-06-26.16; # UTC
scriptversion=2013-10-28.13; # UTC
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
......@@ -160,7 +160,7 @@ give_advice ()
;;
autom4te*)
echo "You might have modified some maintainer files that require"
echo "the 'automa4te' program to be rebuilt."
echo "the 'autom4te' program to be rebuilt."
program_details 'autom4te'
;;
bison*|yacc*)
......
../../kww
\ No newline at end of file
/G/kww
\ No newline at end of file
../../libcerf
\ No newline at end of file
/G/libcerf
\ No newline at end of file
../../lmfit
\ No newline at end of file
/G/lmfit
\ No newline at end of file
../../ransampl/
\ No newline at end of file
/G/ransampl/
\ No newline at end of file
../../readplus/
\ No newline at end of file
/G/readplus
\ No newline at end of file
../../trivia/
\ No newline at end of file
/G/trivia
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment