Commit Graph

22 Commits

Author SHA1 Message Date
Julien Cristau 86e7669f5d xsfbs.mk: make 'log' a separate target
'prepare' runs genscripts, and we don't want that in unpatch,
so create stampdir/log in a separate target, and make unpatch
depend on that instead of prepare.
2008-07-17 15:44:45 +02:00
Julien Cristau 50619e730f xsfbs.mk: update the list of releases, and drop some unused code
we haven't had a separate source tree since modularization.
2008-07-16 18:45:14 +02:00
Julien Cristau 6c29758eb1 xsfbs.mk: more parallel make fixing 2008-07-16 18:34:13 +02:00
Julien Cristau 78b3958b14 xsfbs.mk: fix the prepare target for parallel make 2008-07-16 18:22:01 +02:00
Brice Goglin 4c2fb5aa80 Update xsfbs/quilt patching rules to be compatible with the
"3.0 (quilt)" source package.

Thanks to Raphael Hertzog.
See http://lists.debian.org/debian-x/2008/05/msg01250.html for details.
2008-05-31 13:23:24 +02:00
Julien Cristau 9d66b3441b Remove the .pc directory properly 2008-05-23 11:12:20 +02:00
Julien Cristau c87ea43906 Remove xsfbs-autoreconf.mk
It has never been used, and that doesn't look likely to change.
2008-04-13 03:12:18 +02:00
Julien Cristau bef8b301bf xsfbs.mk: make 'serverabi' depend on 'install'
See bug#471193, thanks to Bernhard R. Link <brlink@debian.org>
2008-03-21 11:53:16 +01:00
David Nusinow 844199da71 Kill the manifest code.
It served its purpose for the monolith and is now dead.
2008-01-08 20:18:49 -05:00
David Nusinow 331c032528 Remove make-orig-tar-gz target
This target wasn't kept up to date and was totally broken for the git
world. The way we use git has made this target pretty well impossible to
use in any form, so it's been supersceded by a script that is currently
located at
http://people.debian.org/~dnusinow/xsf_scripts/git-make-orig-tar-gz
2007-09-22 23:49:11 -04:00
Brice Goglin 12a633f722 Fix "display the output of quilt push/pop".
Fix commit 16d97b30b9 to check the
return value of quilt, not the one of tee.
2007-07-12 16:06:22 +02:00
Brice Goglin e29b568209 Minor fixes in the patching system.
* Fix debian/rules to not be confused by ~/.quiltrc or QUILT_PATCHES (as in #369920).
 * Display which patches are applied and removed instead of just the first one (for #428090).
2007-07-09 21:50:47 +02:00
Brice Goglin 16d97b30b9 Fix displaying of patches applied by quilt.
As requested in bug #428090, we silence the output of quilt next
and display the output of quilt push/pop.
2007-07-09 19:06:05 +02:00
Branden Robinson 271778bd63 Test for existence of debian/patches directory before creating a symlink to it.
This prevents packages that apply no patches from ending up with a broken
symlink in them.

Remove SVN keyword.

Update copyright notice.
2007-04-12 23:18:32 -04:00
Julien Cristau 72811b4ced Fix copy/paste typo in the input driver provides. 2007-03-02 20:28:15 +01:00
David Nusinow 4a943db256 Fix one missed bit from the serverabiver -> serverminver rename 2007-03-01 22:06:04 -05:00
David Nusinow 1344bb9ded Fix typo that prevented the input abi versioning from working.
Good catch Julien
2007-02-28 23:08:17 -05:00
David Nusinow a0c9602f38 Add support for X server input ABI versioning 2007-02-27 21:50:20 -05:00
David Nusinow 00fc799ec3 Fix name of serverminver 2007-02-21 22:47:30 -05:00
David Nusinow dacefd5a6b Update serverabi generation to also account for driver Provides
* Have the drivers use the file serverminver instead of serverabiver in order
  to generate the versioned dependency on the server. This is clearer
  naming.
* Use serverabiver to actually store the server's video ABI version. This
  is used to generate the Provides: line for drivers so the server can
  depend on them properly. This goes in to the substvar
  xviddriver:Provides.
2007-02-21 21:37:52 -05:00
Julien Cristau 9ed8b0c264 Add new "serverabi" rule to generate drivers dependency on the server. 2007-02-17 16:01:41 +01:00
David Nusinow 502f9412dc Move the files so they'll be put in debian/xsfbs automatically when pulled
in to our git repos
2007-02-04 20:43:28 -05:00