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 @@
--
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
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
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
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
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
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
7 matches
Mail list logo