Bug#523842: mplayer: Debdiff with the change to create the nogui package

2009-05-28 Thread fabrice
Hi, Here is the new debdiff, taking into account all the comments. Thanks, Fabrice diff -u mplayer-1.0~rc3+svn20090405/debian/rules mplayer-1.0~rc3+svn20090405/debian/rules --- mplayer-1.0~rc3+svn20090405/debian/rules +++ mplayer-1.0~rc3+svn20090405/debian/rules @@ -135,7 +135,6 @@ --

Bug#523842: mplayer: Debdiff with the change to create the nogui package, as well as a manpages package

2009-05-26 Thread Reinhard Tartler
Reinhard Tartler writes: >>> - in mplayer: install /usr/bin/mplayer.gui >>> - in mplayer-nogui: install /usr/bin/mplayer.nogui >>> - use update-alternatives(8) in both packages >> >> I like the idea of update-alternatives, and having the 2 packages not >> conflicting by installing the same fil

Bug#523842: mplayer: Debdiff with the change to create the nogui package, as well as a manpages package

2009-05-25 Thread Reimar Döffinger
On Mon, May 25, 2009 at 12:11:56AM +0200, Reinhard Tartler wrote: > > @@ -150,16 +149,34 @@ > > test -r .svnrevision && cp .svnrevision snapshot_version > > # Add commands to configure the package here. > > $(CLEAN_ENV) \ > > - ./configure $(COMMON_CONFIGURE_FLAGS) $(DEB_BUILD_CONFIGU

Bug#523842: mplayer: Debdiff with the change to create the nogui package, as well as a manpages package

2009-05-24 Thread Reinhard Tartler
fabrice writes: >> how about merging the configure and merge and build targets for all >> variants? We cannot build in parallel anyway and they are all phony > > You mean merge the configure, build and install targets? This is more or > less what I tried, but I can make it cleaner. > The only iss

Bug#523842: mplayer: Debdiff with the change to create the nogui package, as well as a manpages package

2009-05-24 Thread fabrice
Hi, Reinhard Tartler escribió: # commands to compile the package -build-arch: build-arch-stamp -build-arch-stamp: configure-arch-stamp +build-gui: build-gui-stamp +build-gui-stamp: dh_testdir + if test -f build-nogui-stamp; then \ + $(MAKE) distclean; \ + rm -f bui

Bug#523842: mplayer: Debdiff with the change to create the nogui package, as well as a manpages package

2009-05-24 Thread Reinhard Tartler
Fabrice Coutadeur writes: > Package: mplayer > Followup-For: Bug #523842 > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu karmic ubuntu-patch > > This debdiff creates a -nogui package, but also, to avoid duplicating the > manpages > (1 Mb compressed), it creates a -manpages packag

Bug#523842: mplayer: Debdiff with the change to create the nogui package, as well as a manpages package

2009-05-22 Thread Fabrice Coutadeur
Package: mplayer Followup-For: Bug #523842 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch This debdiff creates a -nogui package, but also, to avoid duplicating the manpages (1 Mb compressed), it creates a -manpages package. mplayer-nogui conflicts and replace mpla