File: README.source

package info (click to toggle)
libpqxx 4.0.1%2Bdfsg3-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,012 kB
  • ctags: 9,469
  • sloc: sh: 11,289; cpp: 10,801; xml: 1,256; makefile: 287; ansic: 195; python: 159
file content (34 lines) | stat: -rw-r--r-- 1,712 bytes parent folder | download | duplicates (2)
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
libpqxx for Debian
------------------

The libpqxx source is obtained from <http://pqxx.org/download/software/libpqxx/>
or via SVN from <svn://pqxx.org/libpqxx/trunk/>
The debian packaging tracks the latest tarball from the 1st url.

Due to DSFG upstream source is cleaned by removing minified JavaScript files
without source and other incompatible code. Cleaned source has "dfsg" as
suffix. It’s handled with debian/rules get-orig-source target. Following files
has been removed from orig.tar.gz:
  * doc/html/Reference/jquery.js

The libpqxx package source is maintained in the Debian collab-maint project. You
can obtain a copy of the source (including the upstream source) from
<git://git.debian.org/git/collab-maint/libpqxx.git>

  * The 'pristine-tar' branch is used to store imported (with pristine-tar)
    tarballs
    ** If you wish you can recreate original tarball running pristine-tar
      command
    ** It's a standalone branch 
  * 'upstream' branch is where we're keeping untarred source code for libpqxx
    coming in from tarball which was loaded into pristine-tar branch
    ** It's a clean branch which is merged into master
  * The 'master' branch is a branch where we're keeping Debian package specific
    files and merging in (with --no-ff) 'upstream' branch to build packages.
    ** All Debian specific patches are stored in this branch
  * We carry upstream's tags in 'upstream' branch prefixed with 'upstream/', if
    there is no tag on revision we're using tag accordingly to following e.g:
      upstream/3.0.0.svn1419
  * We prefix our tags with 'debian/' e.g. debian/3.0.2-2
    ** experimental releases are prefixed 'debian/experimental'
     e.g. debian/experimental/4.0-1