diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-12-19 16:31:15 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-12-19 16:31:15 (GMT) |
commit | f499717300d9b1901947bc010c1b68305b32bf52 (patch) | |
tree | 45c9db2deedae09f1d4a1e81d51181a5fdb062ce /debian | |
parent | d3ffc8927ec89893fee9671c1aa1398847035b54 (diff) |
updated debian packaging
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 8c601a8..9f3795c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rhdropbox Section: misc Priority: extra Maintainer: Christian Pointner <equinox@helsinki.at> -Build-Depends: debhelper (>= 5), asciidoc, docbook-xsl, xsltproc +Build-Depends: debhelper (>= 5) Standards-Version: 3.8.3 Homepage: http://www.helsinki.at/ diff --git a/debian/rules b/debian/rules index e3a8bf1..b0480fc 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ configure: configure-stamp configure-stamp: dh_testdir - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/etc --no-manpage --examplesdir=/usr/share/rhdropbox/examples touch configure-stamp build: build-stamp @@ -21,7 +21,6 @@ build-stamp: configure-stamp dh_testdir $(MAKE) - $(MAKE) manpage touch $@ @@ -41,6 +40,9 @@ install: build # Add here commands to install the package into debian/rhdropbox. $(MAKE) DESTDIR=$(CURDIR)/debian/rhdropbox install + # Fix unusual path: + mv debian/rhdropbox/usr/share/rhdropbox/examples/rhdropbox debian/rhdropbox/usr/share/rhdropbox/examples/config + echo "example configurations can be found at /usr/share/rhdropbox/examples/config" > debian/rhdropbox/etc/rhdropbox/README # Build architecture-independent files here. binary-indep: install |