Skip to content
Snippets Groups Projects
Commit a88092e1 authored by g0dil's avatar g0dil
Browse files

Fix debian control file

Fix SConstruct typo
parent 5b4fabb2
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ env.Append(
'PATH' : os.environ.get('PATH')
},
LOCAL_CONFIG_FILES = [ 'Doxyfile.local', 'SConfig', 'local_config.hh' ],
DPKG_IGNORED_FILES = [ '$LOCAL_CONFIG_FILES', '.svn', '_tmplates' ],
DPKG_IGNORED_FILES = [ '$LOCAL_CONFIG_FILES', '.svn', '_templates' ],
DPKG_IGNORED_FILES_OPTS = dpkgIgnoredFilesOpts,
CLEAN_PATTERNS = [ '*~', '#*#', '*.pyc', 'semantic.cache', '.sconsign', '.sconsign.dblite' ],
BUILDPACKAGE_COMMAND = "dpkg-buildpackage -us -uc -rfakeroot $DPKG_IGNORED_FILES_OPTS",
......
......@@ -4,7 +4,7 @@ Maintainer: Stefan Bund <senf-dev@lists.berlios.de>
Build-Depends: debhelper (>= 5), scons (>= 0.97), g++, binutils-dev, libboost-dev,
libboost-test-dev, libboost-date-time-dev, libboost-regex-dev,
libboost-filesystem-dev, libboost-serialization-dev, libboost-iostreams-dev,
libboost-signal-dev, doxygen (>= 1.5.5), libreadline-dev, dia, tidy, xsltproc,
libboost-signals-dev, doxygen (>= 1.5.5), libreadline-dev, dia, tidy, xsltproc,
graphviz, perl-base, linklint, netpbm
Standards-Version: 3.7.2
Section: libs
......@@ -36,7 +36,7 @@ Section: libdevel
Architecture: all
Depends: binutils-dev, libboost-dev, libboost-regex-dev,
libboost-date-time-dev, libboost-thread-dev, libboost-serialization-dev,
libboost-filesystem-dev, libboost-signal-dev,
libboost-filesystem-dev, libboost-signals-dev,
libsenf (=${source:Version}) | libsenf-dbg (=${source:Version})
Recommends: libsenf (=${source:Version}), libsenf-dbg (=${source:Version})
Suggests: libsenf-doc (=${source:Version})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment