Created
September 23, 2009 08:57
-
-
Save pmakholm/191854 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
for control in *.control ; do | |
equivs-build $control | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Commented entries have reasonable defaults. | |
### Uncomment to edit them. | |
Section: misc | |
Priority: optional | |
Standards-Version: 3.6.2 | |
Package: pmakholm-devel | |
Version: 1 | |
Maintainer: Peter Makholm <[email protected]> | |
# Pre-Depends: <comma-separated list of packages> | |
Depends: devscripts, build-essential, dput, | |
svn, | |
perl, perl-modules | |
Recommends: dput | |
# Suggests: <comma-separated list of packages> | |
# Provides: <comma-separated list of packages> | |
# Replaces: <comma-separated list of packages> | |
# Architecture: all | |
# Copyright: <copyright file; defaults to GPL2> | |
# Changelog: <changelog file; defaults to a generic changelog> | |
# Readme: <README.Debian file; defaults to a generic one> | |
# Extra-Files: <comma-separated list of additional files for the doc directory> | |
Description: Dependencies for my devel packages | |
This package contains dependencies for the packages I need to do development | |
. | |
- devscripts, build-esentials, dput (recommended) | |
- svn, git-core (recommended) | |
- perl, perl-modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Commented entries have reasonable defaults. | |
### Uncomment to edit them. | |
Section: misc | |
Priority: optional | |
Standards-Version: 3.6.2 | |
Package: pmakholm-std | |
Version: 1 | |
Maintainer: Peter Makholm <[email protected]> | |
# Pre-Depends: <comma-separated list of packages> | |
Depends: vim, screen, less | |
# Recommends: <comma-separated list of packages> | |
# Suggests: <comma-separated list of packages> | |
# Provides: <comma-separated list of packages> | |
# Replaces: <comma-separated list of packages> | |
# Architecture: all | |
# Copyright: <copyright file; defaults to GPL2> | |
# Changelog: <changelog file; defaults to a generic changelog> | |
# Readme: <README.Debian file; defaults to a generic one> | |
# Extra-Files: <comma-separated list of additional files for the doc directory> | |
Description: Dependencies for my standard packages | |
This package contains dependencies for the standard packages I need on almos | |
every debian system | |
. | |
- vim | |
- less | |
- screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment