File: rules

package info (click to toggle)
debnest 0.0.10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 536 kB
  • ctags: 29
  • sloc: sh: 414; makefile: 70
file content (17 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# Default debian/rules that uses debnest.
# Written by VA Linux System Japan, Inc.
# 
# public domain

## Uncomment this if you want to change the version of binary packages
## lower than the next debian release. You have to handle DEBVERSION variable
## to dpkg-gencontrol in build-tree's debian/rules.
##  Ex.
##    dh_gencontrol -- -v$(DEBVERSION)
#
# export DEBVERSION := $(shell dpkg-parsechangelog  | grep Version: | cut -d' ' -f2 | sed 's/-\([^-]*\)$$/+\1/')
#

include /usr/share/debnest/debnest.mk