summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2010-10-10 15:03:17 +0300
committerAndrew O. Shadoura <bugzilla@tut.by>2010-10-10 15:03:17 +0300
commit233315b4c69d4ee5515a7c36974b204707ea5482 (patch)
tree13ce6a6aaa631bede9810f85ef63fcc52938f1e7 /debian
parent96d44de7eceaf1acd1fc1b838289f25aa8313082 (diff)
merge examples into -dev package; fix a clean-up; remove some comments from d/watch
Diffstat (limited to 'debian')
-rw-r--r--debian/control11
-rw-r--r--debian/libguess-examples.examples1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/watch4
4 files changed, 4 insertions, 16 deletions
diff --git a/debian/control b/debian/control
index e396a87..8b6b1ee 100644
--- a/debian/control
+++ b/debian/control
@@ -19,17 +19,6 @@ Description: a high-speed character set detection library (development)
.
This package contains files needed for development with natspec.
-Package: libguess-examples
-Section: devel
-Architecture: any
-Depends: libguess-dev (= ${binary:Version}), ${misc:Depends}
-Description: a high-speed character set detection library (examples)
- libguess employs discrete-finite automata to deduce the character set of the
- input buffer. The advantage of this is that all character sets can be checked
- in parallel, and quickly.
- .
- This package contains source code of some examples of using natspec.
-
Package: libguess1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libguess-examples.examples b/debian/libguess-examples.examples
deleted file mode 100644
index cd3592b..0000000
--- a/debian/libguess-examples.examples
+++ /dev/null
@@ -1 +0,0 @@
-src/examples/guessconv/*.c
diff --git a/debian/rules b/debian/rules
index 568cdca..589b3a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,7 @@
override_dh_auto_configure:
test -f configure || sh autogen.sh
dh_auto_configure
+
+override_dh_auto_clean:
+ rm -f .deps src/.deps src/*/.deps
+ dh_auto_clean
diff --git a/debian/watch b/debian/watch
index 43ab380..0309fdc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,11 +1,7 @@
# Watch control file for uscan
-# You can run the "uscan" command
-# to check for upstream updates and more.
# See uscan(1) for format
-# Compulsory line, this is a version 3 file
version=3
-# Find new files on sourceforge, for devscripts >= 2.9
http://http://distfiles.atheme.org/libguess-(.*)\.tbz2