* Checked into cvs. Added a fixlinks script to generate all symlinks.

* Integrated into my build system for automatic home page updates.
This commit is contained in:
joey
1999-09-05 06:35:38 +00:00
parent 351268835c
commit e759383ff8
19 changed files with 794 additions and 2446 deletions

10
debian/fixlinks vendored Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh -e
# Clean up after cvs's dreadful symlink handling, by making all the symlinks
# this package needs.
ln -sf ../rpm/rules lib/to-deb/tgz/rules
ln -sf ../rpm/conffiles lib/to-deb/tgz/conffiles
ln -sf ../rpm/conffiles lib/to-deb/slp/conffiles
ln -sf ../rpm/rules lib/to-deb/slp/rules
ln -sf ../deb/spec lib/to-rpm/tgz/spec
ln -sf ../deb/spec lib/to-rpm/slp/spec
ln -sf debian/changelog CHANGES