Hello,

On Jan 29 12:53 Lukas Ocilka wrote:
Johannes Meixner wrote:

I submit a usual package to the "sle11" distribution e.g. via
  /work/src/bin/submitpac -e -r sle11 sane-backends

But for YaST modules I used/needed in the past only
  make stable

try
y2tool tagversion
make package
...
And submit the package to sle11

O.k.

FYI the complete procedure:

This means that all those steps
--------------------------------------------------------
svn checkout ...

Change the source and do syntax checks:
y2tool check_ycp src/*.ycp
ycpc -qE -M. -I. src/*.ycp

Make it:
make -f Makefile.cvs
make

Test it:
su
make install
exit

Provide changelog and update version:
vc package
vi VERSION

make -f Makefile.cvs

Make sure that it builds:
make package-local
cd package
su
. /work/src/bin/.profile
export BUILD_DIST=...
nice abuild --clean
mbuild -l jsmeix -d...
exit
cd ..

[optional:] svn add ...
            svn remove ...
svn commit

y2tool tagversion

make package

make stable
--------------------------------------------------------
are the same except for the last one (make stable)
which is simply replaced by an appropriate submitpac call.


Many Thanks and Kind Regards!
Johannes Meixner
--
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to