--- cvsnt-2.5.04.3236.orig/config.guess +++ cvsnt-2.5.04.3236/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2006-07-02' +timestamp='2009-04-27' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,8 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -161,6 +161,7 @@ arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched @@ -323,14 +324,30 @@ case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; - i86pc:SunOS:5.*:*) - echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize @@ -531,7 +548,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[45]) + *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -780,7 +797,7 @@ i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; - i*:MINGW*:*) + *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) @@ -790,12 +807,18 @@ i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[3456]*) - echo i586-pc-interix${UNAME_RELEASE} - exit ;; - EM64T:Interix*:[3456]*) - echo x86_64-unknown-interix${UNAME_RELEASE} - exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd | genuineintel) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; @@ -829,7 +852,14 @@ echo ${UNAME_MACHINE}-pc-minix exit ;; arm*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -921,6 +951,9 @@ if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -950,6 +983,9 @@ x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent @@ -968,9 +1004,6 @@ a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; - coff-i386) - echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. @@ -1085,8 +1118,11 @@ pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i386. - echo i386-pc-msdosdjgpp + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 @@ -1124,6 +1160,16 @@ 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; @@ -1199,6 +1245,9 @@ BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; @@ -1208,6 +1257,15 @@ SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; @@ -1298,6 +1356,9 @@ i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 @@ -1458,9 +1519,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run ($0) is already up to date, please send the following data and any information you think might be --- cvsnt-2.5.04.3236.orig/config.sub +++ cvsnt-2.5.04.3236/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2006-07-02' +timestamp='2009-04-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -72,8 +72,8 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -122,6 +122,7 @@ case $maybe_os in nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` @@ -245,17 +246,20 @@ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ - | fr30 | frv \ + | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore \ + | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ - | mips64vr | mips64vrel \ + | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ @@ -268,6 +272,7 @@ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ + | moxie \ | mt \ | msp430 \ | nios | nios2 \ @@ -276,7 +281,8 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ @@ -284,8 +290,8 @@ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ - | z8k) + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k | z80) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) @@ -323,19 +329,22 @@ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ - | mips64vr-* | mips64vrel-* \ + | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ @@ -357,20 +366,24 @@ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ - | xstormy16-* | xtensa-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa*-* \ | ymp-* \ - | z8k-*) + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -434,6 +447,10 @@ basic_machine=m68k-apollo os=-bsd ;; + aros) + basic_machine=i386-pc + os=-aros + ;; aux) basic_machine=m68k-apple os=-aux @@ -442,10 +459,22 @@ basic_machine=ns32k-sequent os=-dynix ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; c90) basic_machine=c90-cray os=-unicos ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; convex-c1) basic_machine=c1-convex os=-bsd @@ -474,8 +503,8 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16c) - basic_machine=cr16c-unknown + cr16) + basic_machine=cr16-unknown os=-elf ;; crds | unos) @@ -513,6 +542,10 @@ basic_machine=m88k-motorola os=-sysv3 ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp @@ -667,6 +700,14 @@ basic_machine=m68k-isi os=-sysv ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; m88k-omron*) basic_machine=m88k-omron ;; @@ -682,6 +723,10 @@ basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;; @@ -808,6 +853,14 @@ basic_machine=i860-intel os=-osf ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; pbd) basic_machine=sparc-tti ;; @@ -909,6 +962,10 @@ sb1el) basic_machine=mipsisa64sb1el-unknown ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; sei) basic_machine=mips-sei os=-seiux @@ -920,6 +977,9 @@ basic_machine=sh-hitachi os=-hms ;; + sh5el) + basic_machine=sh5le-unknown + ;; sh64) basic_machine=sh64-unknown ;; @@ -1009,6 +1069,10 @@ basic_machine=tic6x-unknown os=-coff ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown ;; @@ -1084,6 +1148,10 @@ basic_machine=z8k-unknown os=-sim ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; none) basic_machine=none-none os=-none @@ -1122,7 +1190,7 @@ we32k) basic_machine=we32k-att ;; - sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) @@ -1194,8 +1262,9 @@ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* \ + | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ @@ -1204,7 +1273,7 @@ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* \ + | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ @@ -1214,7 +1283,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1344,6 +1413,9 @@ -zvmoe) os=-zvmoe ;; + -dicos*) + os=-dicos + ;; -none) ;; *) @@ -1366,6 +1438,9 @@ # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; spu-*) os=-elf ;; @@ -1406,6 +1481,9 @@ m68*-cisco) os=-aout ;; + mep-*) + os=-elf + ;; mips*-cisco) os=-elf ;; --- cvsnt-2.5.04.3236.orig/debian/postrm +++ cvsnt-2.5.04.3236/debian/postrm @@ -0,0 +1,37 @@ +#! /bin/sh +# postrm script for cvsnt +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ldconfig + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- cvsnt-2.5.04.3236.orig/debian/postinst +++ cvsnt-2.5.04.3236/debian/postinst @@ -0,0 +1,42 @@ +#! /bin/sh +# postinst script for cvsnt +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure) + ldconfig + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cvsnt-2.5.04.3236.orig/debian/changelog +++ cvsnt-2.5.04.3236/debian/changelog @@ -0,0 +1,213 @@ +cvsnt (2.5.04.3236-1) unstable; urgency=low + + * New upstream version (Closes: #441236) (Closes: #394398) (LP: #114538) + * Remove /usr/local/* parts from PATH in init script (Closes: #380395). + * Applied patches from NMUs (Closes: #470064). + * Updated to new standards version 3.8.1 + * Provide --oknodo option to start-stop-daemon in init + script (Closes: #464841). + * Fix formatting issue in man page (Closes: #445362). + * Make clear in README.Debian that CVSNT server is not 'drop-in' + compatible with GNU CVS server (Closes: #466408). + * Add a default script (/etc/default/cvsnt) to start the lockserver + * Changed the short description (Closes: #493506). + * Add NEWS.Debian to make clear that the lockserver is no longer started + automatically + * Add missing #include to compile with gcc 4.4 (Closes: #505075) + (Closes: #506801) + + -- Andreas Tscharner Sat, 23 May 2009 16:40:19 +0200 + +cvsnt (2.5.03.2382-3.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with new GCC 4.3 (Closes: #417137). + + -- Luk Claes Tue, 25 Mar 2008 22:52:16 +0000 + +cvsnt (2.5.03.2382-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with new GCC 4.3 (Closes: #417137). + + -- Luk Claes Sat, 15 Mar 2008 08:29:18 +0000 + +cvsnt (2.5.03.2382-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417137). + * Fix FTBFS if built twice (Closes: #442536). + + -- Luk Claes Sat, 08 Mar 2008 22:23:39 +0000 + +cvsnt (2.5.03.2382-3) unstable; urgency=medium + + [ Andreas Tscharner ] + * Apply patch from Kurt Roeckx ; fixes compiling issues + on 64 bit systems (closes: #398411) + * Correct Standards-Version + * Make init script LSB compliant + + [ Andreas Barth ] + * Add build-dependencies on libpam0g-dev and libsqlite3-dev to make their + support persistent. + + -- Andreas Tscharner Mon, 20 Nov 2006 20:04:32 +0100 + +cvsnt (2.5.03.2382-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add build-dependencies on unixodbc-dev and libpq-dev; fixes problems with + missing files when building in a clean chroot. (Closes: #397172) + + -- Steinar H. Gunderson Sun, 12 Nov 2006 18:32:51 +0100 + +cvsnt (2.5.03.2382-2) unstable; urgency=low + + * Apply patch from Kurt Roeckx (closes: #378253) + * Remove cvsntmmc directory + + -- Andreas Tscharner Wed, 19 Jul 2006 21:03:30 +0200 + +cvsnt (2.5.03.2382-1) unstable; urgency=low + + * New upstream release (build 2382) + Fixes bug #357849 upstream + + -- Andreas Tscharner Tue, 4 Jul 2006 22:07:42 +0200 + +cvsnt (2.5.03.2260-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Bump Standards-Version to 3.7.2 (no changes required). + * Apply patch from tbm to avoid FTBFS (closes: #357849). + + -- Pierre Habouzit Sat, 10 Jun 2006 20:05:59 +0200 + +cvsnt (2.5.03.2260-1) unstable; urgency=low + + * New upstream release (2.5.03 SP1) + + * Add an explanation for initializing a new repository + + -- Andreas Tscharner Wed, 22 Mar 2006 23:58:25 +0100 + +cvsnt (2.5.03.2151-2) unstable; urgency=low + + * Close ITP (closes: #327137) + + * Explain more clearly how to set up cvsnt as server in README.Debian + + * Remove cvsnt.doc-base as it contains obsolete infotmation + (closes: #345250) + + * Recommend unixodbc, libiodbc2 and libpq4 instead of depending on them + + * Drop dependencies on libc6 and libstdc++6 as they are essential + (closes: #346026) + + -- Andreas Tscharner Thu, 5 Jan 2006 20:07:27 +0100 + +cvsnt (2.5.03.2151-1) unstable; urgency=low + + * New stable upstream release (2.5.03) + + * Removed --disable-zeroconf. cvsnt has an internal mdns + responder and does not need howl any longer + + * Added my sponsor to Uploaders + + * Removed cvsntmmc/ directory. It contained code under a restricted + (non-free) license and is only used for the Windows version anyway + + * Corrected links to the GPL v2 and LGPL in debian/copyright + + * Added the use and license of the Expat Library in debian/copyright + + * Added the use of PCRE and the link to the BSD license + + * Added the use and license of zlib + + -- Andreas Tscharner Sun, 20 Nov 2005 11:38:25 +0100 + +cvsnt (2.5.02.2115-1) unstable; urgency=low + + * New upstream release (2.5.02 SP2) + + * Compiled against new SSL library (libssl0.9.8) + + -- Andreas Tscharner Mon, 10 Oct 2005 21:06:13 +0200 + +cvsnt (2.5.02.2088-2) unstable; urgency=low + + * Updated README.Debian + + -- Andreas Tscharner Thu, 6 Oct 2005 22:39:05 +0200 + +cvsnt (2.5.02.2088-1) unstable; urgency=low + + * New upstream release (2.5.02 SP1) + + -- Andreas Tscharner Mon, 12 Sep 2005 22:45:11 +0200 + +cvsnt (2.5.02.2064-2) unstable; urgency=low + + * Corrected most of the lintian bugs (one warning remaining) + + * Make with --disable-zeroconf due to licensing issues (see + #302462) + + -- Andreas Tscharner Sun, 11 Sep 2005 11:39:19 +0200 + +cvsnt (2.5.02.2064-1) unstable; urgency=low + + * New upstream release (New stable release 2.5.02) + + -- Andreas Tscharner Mon, 22 Aug 2005 22:24:13 +0200 + +cvsnt (2.5.02.2063-1) unstable; urgency=low + + * New upstream release + + * Fixed lots of lintian errors + + * Added man pages cvslockd.1, PServer.5, Plugins.5 + + -- Andreas Tscharner Thu, 18 Aug 2005 23:22:39 +0200 + +cvsnt (2.5.02.2054-1) unstable; urgency=low + + * New upstream release + + -- Andreas Tscharner Tue, 9 Aug 2005 23:25:38 +0200 + +cvsnt (2.5.02.2048-3) unstable; urgency=low + + * Added sserver and gserver (and dependencies) protcols + + -- Andreas Tscharner Sat, 6 Aug 2005 11:14:34 +0200 + +cvsnt (2.5.02.2048-2) unstable; urgency=low + + * Corrected minor bugs in control and docs file + + -- Andreas Tscharner Fri, 5 Aug 2005 00:03:37 +0200 + +cvsnt (2.5.02.2048-1) unstable; urgency=low + + * New upstream release + + -- Andreas Tscharner Wed, 3 Aug 2005 23:05:05 +0200 + +cvsnt (2.5.02.2040-1) unstable; urgency=low + + * New upstream release + + -- Andreas Tscharner Tue, 26 Jul 2005 21:31:18 +0200 + +cvsnt (2.5.01.2025-1) unstable; urgency=low + + * Initial release + + -- Andreas Tscharner Mon, 25 Jul 2005 22:05:15 +0200 + --- cvsnt-2.5.04.3236.orig/debian/cvsnt.default +++ cvsnt-2.5.04.3236/debian/cvsnt.default @@ -0,0 +1,15 @@ +# +# $Id: cvsnt.default,v 1.1.4.1 2008/11/04 22:13:14 atscharner Exp $ + +# +# The settings in this file are used by the init script in Debian, but not +# by the upstream program cvsnt + +# +# It is intended to avoid starting the cvslockd daemon, because most users +# don't want to run a CVSNT server, but rather use only the client + +# +# Set the following option to "yes" if you want to start the CVSNT lock +# daemon and run a CVSNT server +START_CVSLOCKD=no --- cvsnt-2.5.04.3236.orig/debian/README.Debian +++ cvsnt-2.5.04.3236/debian/README.Debian @@ -0,0 +1,47 @@ +cvsnt for Debian +---------------- + +If you want to run a CVSNT server, you have the following things to do: + +1) Add the following line to your /etc/inetd.conf and restart inetd: + +cvspserver stream tcp nowait root \ +/usr/bin/cvsnt cvsnt -f authserver + + +2) In /etc/service replace or add the following two lines: + +cvspserver 2401/tcp +cvspserver 2401/udp + + +3) Rename the /etc/cvsnt/PServer.example and /etc/cvsnt/Plugins.example to +/etc/cvsnt/PServer and /etc/cvsnt/Plugins and edit them according to your +needs. Restart the inetd superserver afterwards. + + +4) Initialize the new repository with the following command: +cvs -d :local:/path/to/new/repository init + + +5) Set the START_CVSLOCKD variable to "yes" (without the quotes) in +/etc/default/cvsnt and restart the init script: +cd /etc/init.d +./cvsnt restart + + + +Compatibility to GNU CVS +Server: The CVSNT server has, opposite to the GNU CVS server, a configuration +file (see above). Therefore it can not be used as a simple drop-in +replacement for the GNU CVS server, but it has to be configured. + +Repository: You can set up your GNU CVS repository as CVSNT repository +without any further configuration. It is, however, not possible to use a +CVSNT repository with GNU CVS. + +Client: Almost all cvs commands of CVSNT are used to same way as the +ones of GNU CVS (there may be minor differences as the fork from GNU CVS was +around version 1.11.1). + + -- Andreas Tscharner , Sun, 13 Jul 2008 12:28:19 +0200 --- cvsnt-2.5.04.3236.orig/debian/copyright +++ cvsnt-2.5.04.3236/debian/copyright @@ -0,0 +1,119 @@ +This package was debianized by Andreas Tscharner on +Mon, 25 Jul 2005 22:05:15 +0200. + +It was downloaded from http://www.cvsnt.org/wiki/Download + +Copyright Holder: (c) 1989-2001 Brian Berliner, david d `zoo' zuhn, + Jeff Polk, and other authors + (c) 1999-2005 Tony Hoyle + and others + +License: + +CVSNT may be copied only under the terms of the GNU General Public License v2, +a copy of which can be found with the CVS distribution. + +The CVSNT Application API is licensed under the terms of the +GNU Library (or Lesser) General Public License. + +This is distributed in the hope that it will be useful, but without +any warranty; without even the implied warranty of merchantability or +fitness for a particular purpose. See the GNU General Public License +for more details. + +A copy of the GNU General Public License v2 is available as +/usr/share/common-licenses/GPL-2 in the Debian GNU/Linux distribution +or on the World Wide Web at http://www.gnu.org/copyleft/gpl.html. +You can also obtain it by writing to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +A copy of the GNU Lesser General Public License is available as +/usr/share/common-licenses/LGPL-2.1 in the Debian GNU/Linux distribution +or on the World Wide Web at http://www.gnu.org/copyleft/lesser.html. +You can also obtain it by writing to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + +CVSNT uses the Expat Library: +Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd + and Clark Cooper +Copyright (c) 2001, 2002 Expat maintainers. + +Expat is free software. You may copy, distribute, and modify it under +the terms of the MIT/X Consortium License: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +CVSNT uses the Perl Compatible Regular Expression Library (PCRE): +Copyright (c) 1997-2004 University of Cambridge. + +PCRE is licensed under the BSD license. A copy of the BSD license is +available as /usr/share/common-licenses/BSD in the Debian GNU/Linux +distribution or on the World Wide Web at http://www.pcre.org/license.txt. + + +CVSNT uses libxml2: +Except where otherwise noted in the source code (e.g. the files hash.c, +list.c and the trio files, which are covered by a similar licence but +with different Copyright notices) all the files are: + + Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is fur- +nished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Daniel Veillard shall not +be used in advertising or otherwise to promote the sale, use or other deal- +ings in this Software without prior written authorization from him. + + +CVSNT uses zlib: +(C) 1995-2003 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. --- cvsnt-2.5.04.3236.orig/debian/rules +++ cvsnt-2.5.04.3236/debian/rules @@ -0,0 +1,110 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# +# Include "library" for dpatch +include /usr/share/dpatch/dpatch.make + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp + +build-stamp: config.status patch-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/cvsnt.sgml > cvsnt.1 + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + + dh_clean version_check + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/cvsnt. + $(MAKE) install DESTDIR=$(CURDIR)/debian/cvsnt + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu + dh_installdebconf +# dh_installlogrotate +# dh_installemacsen + dh_installpam +# dh_installmime + dh_installinit +# dh_installcron +# dh_installinfo + dh_installman debian/cvsscript.1 + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python + dh_makeshlibs + dh_installdeb + dh_shlibdeps -l$(CURDIR)/debian/cvsnt/usr/lib + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- cvsnt-2.5.04.3236.orig/debian/init.d +++ cvsnt-2.5.04.3236/debian/init.d @@ -0,0 +1,83 @@ +#! /bin/sh +# +# $Id: init.d,v 1.1.4.1 2008/11/04 22:13:14 atscharner Exp $ +# +# cvslockserver +# +# Written by Andreas Tscharner +# +# Modified skeleton script and took a look on the script +# on http://www.cvsnt.org/wiki/DebianLockdScript +# + +### BEGIN INIT INFO +# Provides: cvslockd +# Required-Start: $network +# Required-Stop: $network +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start the cvsnt lock server +# Description: Lock server for cvsnt, replaces old file based +# directory locking mechanism +### END INIT INFO + +PATH=/sbin:/bin:/usr/sbin:/usr/bin +DAEMON=/usr/bin/cvslockd +DNAME=cvslockd +NAME=cvsnt +DESC="CVSNT Lock Server Daemon" + +test -x $DAEMON || exit 0 + +# +# Include cvsnt defaults if available +if [ -f /etc/default/$NAME ] ; then + . /etc/default/$NAME +else + exit 0 +fi + +# +# Start the actual script + +set -e + +case "$1" in + start) + if [ "$START_CVSLOCKD" != "yes" ] ; then + echo "$DESC not started. Change settings in /etc/default/cvsnt!" + exit 0 + fi + echo -n "Starting $DESC: " + start-stop-daemon --start --quiet --oknodo --exec $DAEMON -- $DAEMON_OPTS + echo "$DNAME." + ;; + stop) + echo -n "Stopping $DESC: " + start-stop-daemon --stop --quiet --oknodo --name $DNAME + echo "$DNAME." + ;; + restart|force-reload) + echo -n "Restarting $DESC: " + start-stop-daemon --stop --quiet --oknodo --name $DNAME + sleep 1 + if [ "$START_CVSLOCKD" != "yes" ] ; then + echo "$DESC not restarted. Change settings in /etc/default/cvsnt!" + exit 0 + fi + start-stop-daemon --start --quiet --oknodo --exec $DAEMON -- $DAEMON_OPTS + echo "$DNAME." + ;; + status) + exit 4 + ;; + *) + N=/etc/init.d/$NAME + echo "Usage: $N {start|stop|restart|force-reload|status}" >&2 + exit 1 + ;; +esac + +exit 0 --- cvsnt-2.5.04.3236.orig/debian/docs +++ cvsnt-2.5.04.3236/debian/docs @@ -0,0 +1,2 @@ +FAQ +README --- cvsnt-2.5.04.3236.orig/debian/compat +++ cvsnt-2.5.04.3236/debian/compat @@ -0,0 +1 @@ +7 --- cvsnt-2.5.04.3236.orig/debian/cvsnt.pam +++ cvsnt-2.5.04.3236/debian/cvsnt.pam @@ -0,0 +1,6 @@ +# +# cvsnt PAM definition + +@include common-auth +@include common-account +@include common-session --- cvsnt-2.5.04.3236.orig/debian/cvsnt.links +++ cvsnt-2.5.04.3236/debian/cvsnt.links @@ -0,0 +1,2 @@ +usr/share/man/man1/cvs.1 usr/share/man/man1/cvsnt.1 +usr/share/man/man5/cvs.5 usr/share/man/man5/cvsnt.5 --- cvsnt-2.5.04.3236.orig/debian/NEWS +++ cvsnt-2.5.04.3236/debian/NEWS @@ -0,0 +1,15 @@ +cvsnt (2.5.04.3236-1) unstable; urgency=low + + Change of behavior in Debian cvsnt package: + CVSNT lockserver (cvslockd) will no longer be started automatically + Up to version 2.5.03 of CVSNT, the Debian package installed the lock server + and started it at system start. Starting with version 2.5.04 this behavior + has been changed. The lockserver will no longer be started automatically. + If you want to run CVSNT as server, please read the README.Debian file in + /usr/share/doc/cvsnt and follow the instructions there. Finally set the + START_CVSLOCKD variable in the /etc/default/cvsnt file to "yes" to start + cvslockd at system start again. + + + -- Andreas Tscharner Sun, 16 Nov 2008 14:47:52 +0100 + --- cvsnt-2.5.04.3236.orig/debian/prerm +++ cvsnt-2.5.04.3236/debian/prerm @@ -0,0 +1,38 @@ +#! /bin/sh +# prerm script for cvsnt +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `upgrade' +# * `failed-upgrade' +# * `remove' `in-favour' +# * `deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + remove|upgrade|deconfigure) + ;; + failed-upgrade) + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- cvsnt-2.5.04.3236.orig/debian/control +++ cvsnt-2.5.04.3236/debian/control @@ -0,0 +1,37 @@ +Source: cvsnt +Section: devel +Priority: optional +Maintainer: Andreas Tscharner +Uploaders: Christian Bayle +Build-Depends: debhelper (>= 7.0.17), autotools-dev, zlib1g-dev, libexpat1-dev, libssl-dev, libkrb5-dev, comerr-dev, libpcre3-dev, libxml2-dev, libpam0g-dev, unixodbc-dev, libpq-dev, libsqlite3-dev, dpatch +Standards-Version: 3.8.1 +Homepage: http://www.cvsnt.org/wiki/Download + +Package: cvsnt +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: libiodbc2 +Conflicts: cvs +Provides: cvs +Description: Improved multiplatform version of the original CVS + CVSNT is an advanced multiplatform version control system. Compatible + with the industry standard CVS protocol it now supports many more + features. + . + * Authentication via all standard CVS protocols (pserver, ext and + gserver) and new protocols: server, sserver and sspi (Windows and + Unix) + * Secure transport support via sserver or encrypted SSPI + * Cross platform: Runs in Windows or *nix environments + * MergePoint processing means no more tagging to merge! + * Per branch ACLs for a more granular access control + * Unicode support + * New triggers, e.g. postcommit, triggers also available as + shared library (.so) interface + * Server side audit database + * Under active development + . + CVSNT is Open Source, Free software licensed under the GNU General + Public License. + . + See http://www.cvsnt.org/wiki/ for further information --- cvsnt-2.5.04.3236.orig/debian/cvsscript.1 +++ cvsnt-2.5.04.3236/debian/cvsscript.1 @@ -0,0 +1,32 @@ +.TH cvsscript 1 "30 June 2008" "CVSNT 2.5.04" + +.SH NAME +cvsscript \- Runs a script against the audit database + +.SH SYNOPSIS +.B cvsscript