summaryrefslogtreecommitdiff
path: root/scripts/t
AgeCommit message (Expand)AuthorFilesLines
2010-07-11build: Move dpkg_divert test case from scripts to srcGuillem Jover1-560/+0
2010-07-11build: Skip all dpkg-divert tests if the binary is not availableGuillem Jover1-0/+5
2010-07-03dpkg-divert: Rewrite in CGuillem Jover1-1/+1
2010-07-03dpkg-divert: Add new test-caseMikhail Gusarov1-0/+555
2010-06-28Dpkg::Changelog: fixed to cope properly with an entry of version "0"Raphaël Hertzog2-1/+7
2010-06-09update-alternatives: rewritten in CRaphaël Hertzog1-367/+0
2010-05-21Add tests for Ubuntu changelog parsingColin Watson6-3/+46
2010-04-30Dpkg::Version: fix boolean evaluation of the objectRaphaël Hertzog1-1/+8
2010-04-19dpkg-mergechangelogs: add non-regression testsRaphaël Hertzog8-0/+815
2010-02-25Add accent on Raphaël's name in several filesGuillem Jover2-4/+4
2010-02-24Dpkg::BuildOptions: provide an object oriented interfaceRaphaël Hertzog1-30/+32
2010-02-21Dpkg::Control::Info: provide an array representation of the objectRaphaël Hertzog1-1/+3
2010-02-20Dpkg::Shlibs::*: rename parse() functionsRaphaël Hertzog1-8/+8
2010-02-20Update Dpkg::Shlibs::SymbolFile to use Dpkg::Interface::StorableRaphaël Hertzog1-3/+3
2010-02-20Update Dpkg::Substvars to use Dpkg::Interface::StorableRaphaël Hertzog1-1/+1
2010-02-20Update Dpkg::Control::* to use Dpkg::Interface::StorableRaphaël Hertzog1-1/+1
2010-02-19Dpkg::Shlibs:* add more abstract methods and clean up API.Modestas Vainius1-65/+49
2010-02-19Dpkg::Shlibs::SymbolFile::add_symbol() reverse $sym, $soname argument order.Modestas Vainius1-1/+1
2010-02-19Dpkg::Shlibs::Cppfilt: add and export cppfilt_demangle_cpp().Modestas Vainius1-9/+5
2010-02-19libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()Guillem Jover2-16/+16
2010-02-19scripts/t: Add missing function prototypesGuillem Jover1-0/+6
2010-02-19scripts/t: Use void in function arguments to denote no argumentsGuillem Jover1-6/+6
2010-02-19scripts/t: Make symbol22_i386 function return void instead of void *Guillem Jover1-1/+1
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog1-5/+5
2010-01-22Add non-regression tests for Dpkg::Compression::CompressedFileRaphaël Hertzog1-0/+99
2010-01-12Dpkg::Shlibs::Symbol.pm: change handling of old-style wildcardsRaphaël Hertzog2-5/+11
2010-01-12Dpkg::Shlibs::Symbol/SymbolFile: introduce symver pattern, deprecate wildcardsModestas Vainius4-25/+67
2010-01-12Dpkg::Shlibs::Symbol: use 'auto' c++filt format for demangling C++ symbolsModestas Vainius1-1/+1
2010-01-12Dpkg::Shlibs::*: style adjustments.Modestas Vainius1-3/+2
2010-01-11scripts/t/200_Dpkg_Shlibs.t: extend test suite to cover symbol patterns funct...Raphaël Hertzog4-2/+291
2010-01-11scripts/t/200_Dpkg_Shlibs.t: cleanup and fix non-regression testModestas Vainius5-79/+85
2010-01-11Dpkg::Shlibs::Symbol::clone(): replaced by dclone() and sclone().Modestas Vainius1-1/+11
2010-01-11Dpkg::Shlibs::Cppfilt: new interface to the c++filt utility.Modestas Vainius1-0/+89
2010-01-08Merge branch 'sid'Raphaël Hertzog1-8/+9
2010-01-08Dpkg::BuildOptions: change API so that an empty value can be properly supportedRaphaël Hertzog1-8/+9
2009-12-02scripts/t/200_Dpkg_Shlibs.t: fix path of ld.so.conf file to loadRaphaël Hertzog1-1/+1
2009-12-02Dpkg::Deps: cleanup APIRaphaël Hertzog1-14/+14
2009-12-02Dpkg::Deps: replace dump() method with output([$fh])Raphaël Hertzog1-10/+11
2009-11-29Merge sid branch through commit '1.15.5.3'Raphaël Hertzog1-1/+1
2009-11-22Dpkg::Control::Hash: Strip leading spaces in the first line of a field's valueGuillem Jover1-1/+1
2009-11-20build: Do not ship objdump.tags-<arch> files in the repoGuillem Jover3-147/+5
2009-11-20Namespace temporary directories for test casesGuillem Jover2-2/+3
2009-11-20Refactor temporary test cases path to a tmpdir variableGuillem Jover2-33/+36
2009-11-20build: Do not copy 200_Dpkg_Shlibs data files to t.tmpGuillem Jover4-4/+11
2009-11-20Use new datadir variable instead of redefining srcdirGuillem Jover4-38/+38
2009-11-18Dpkg::Version: accept invalid versions by defaultRaphaël Hertzog1-3/+16
2009-11-17scripts: Update objdump.tags filesGuillem Jover2-63/+67
2009-11-08Add missing license headersGuillem Jover11-0/+143
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog2-11/+21
2009-10-31Add supplementary non-regression tests for Dpkg::Changelog related modulesRaphaël Hertzog2-26/+95