1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# Source locations to get tag database info
#
# You can specify more than one; during update, debtags will merge the contents
# of all the sources. The merged data can be found in
# /var/lib/debtags/package-tags and /var/lib/debtags/vocabulary.
# Reviewed tag data from the APT Packages file
tags apt://
# Package rating from http://www.iterating.org
#tags http://www.iterating.org/tags
# Regularly updated, but unchecked, database on the web
#tags http://debtags.alioth.debian.org/tags/
# Example of locally maintained custom tag data
#
# You can provide your own tag data. To do so, place a file called
# vocabulary.gz and a file called tags-current.gz in a directory, and use the
# directory as a tag source.
#
# In the example given below, you would place the tag data in
# /etc/debtags/mytags/tags-current.gz, and the vocabulary data in
# /etc/debtags/mytags/vocabulary.gz
#
# The format of tags-current.gz is described in the tagcoll(1) manpage and the
# file is similar to /var/lib/debtags/package-tags.
#
# The format of vocabulary.gz is like the Debian Packages file, and the file is
# similar to /var/lib/debtags/vocabulary.
#
#tags file:/etc/debtags/mytags
|