File: README.source

package info (click to toggle)
rdflib 5.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,180 kB
  • sloc: python: 24,066; makefile: 97; sh: 1
file content (29 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (6)
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
Package editing
===============

The preferred way of modifying this package is through git (see Vcs-git field,
use debcheckout) using git-buildpackage (as configured in debian/gbp.conf).

New upstream releases are merged into the upstream branch first, tagged there,
and then those tags are merged into the debian branch. When importing commits
from upstream, please take care not to take over upstream's tags (they don't
conflict with gbp's configuration, but they clutter). If you want to have
upstream as a remote in your checkout, please add a

	tagOpt = --no-tags

line to the remote section in your git config.


Open issues
===========

Apart from issues tracked in the Debian issue tracker, the debian/TODO file
lists some open items or decisions in the package's development.

Assorted
========

The -doc package installs documentation in /usr/shared/doc/python-rdflib-doc/
and not ../python-rdflib/ (as recommended by policy since 3.9.7 in 12.3)
because there is no clear main package.