summaryrefslogtreecommitdiff
path: root/debian/debian_path.h
blob: 539636f8c13840e7c93d96faae7a30c23cf954b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//===----------------------------------------------------------------------===//
//
// Debian paths declaration management
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef DEBIAN_PATH_H
#define DEBIAN_PATH_H

// Provides the debian revision
#define DEB_PATCHSETVERSION  "@DEB_PATCHSETVERSION@"

#endif