~ubuntu-branches/ubuntu/trusty/dphys-swapfile/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Axel Beckert
  • Date: 2013-10-01 20:20:40 UTC
  • mfrom: (1.2.1) (6.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131001202040-he0w469zerrbfofj
Tags: 20100506-1
* Upload to unstable again.
* New upstream release
  + Fixes issues on kfreebsd-*.
* Install bash completion file provided by Hans-Christoph Steiner
  (Closes: #685113) Thanks!
* Install upstream's example configuration file also to /etc/. (Closes:
  #685169)
* Add note to long description about the default values used upon
  installation. (See #596187 for reasoning.)
* Switch to source format "3.0 (quilt)"
  + Remove debian/README.source
* Bump Standards-Version to 3.9.4 (no changes)
* Fix lintian warnings:
  + debian-rules-missing-recommended-target
  + no-upstream-changelog
  + copyright-refers-to-symlink-license
  + init.d-script-does-not-source-init-functions
  + init.d-script-does-not-implement-optional-option status
* Switch Vcs-* headers to GitHub
* Add Elmar to Uploaders.
* Bump debhelper compatibility to 9.
  + Update versioned debhelper build-dependency accordingly.
* Revamp debian/rules:
  + No more clean stamp files manually, done by dh_clean already
  + Use dh_auto_{build,install,clean}
  + Finally switch to a minimal dh7 style debian/rules file
* Apply wrap-and-sort.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: admin
3
3
Priority: optional
4
4
Maintainer: Axel Beckert <abe@debian.org>
5
 
Build-Depends: debhelper (>= 7), quilt
 
5
Uploaders: Elmar S. Heeb <elmar@heebs.ch>
 
6
Build-Depends: bash-completion,
 
7
               debhelper (>= 9~)
6
8
Homepage: http://neil.franklin.ch/Projects/dphys-swapfile/
7
 
Standards-Version: 3.8.4
8
 
Vcs-Git: http://git.phys.ethz.ch/dphys-swapfile-debian.git
9
 
Vcs-Browser: http://git.phys.ethz.ch/?p=dphys-swapfile-debian.git
 
9
Standards-Version: 3.9.4
 
10
Vcs-Git: git://github.com/isgphys/dphys-swapfile.git
 
11
Vcs-Browser: https://github.com/isgphys/dphys-swapfile
10
12
 
11
13
Package: dphys-swapfile
12
14
Architecture: all
13
 
Depends: ${misc:Depends}
 
15
Depends: dc,
 
16
         ${misc:Depends}
14
17
Description: Autogenerate and use a swap file
15
18
 This init.d script exists so one does not need to have a fixed size
16
19
 swap partition. Instead install without swap partition and then run this,
17
20
 with file size (re-)computed automatically to fit the current RAM size.
 
21
 .
 
22
 By default (and hence on installation) it creates swapfile twice as
 
23
 big as the present RAM amount with an upper limit of 2 GB.