├── .gitignore ├── .gitlab-ci.yml ├── .mailmap ├── .perltidyrc ├── COPYING ├── Makefile ├── Makefile.common ├── README ├── README.newscripts ├── conf.default.in ├── cowpoke.conf ├── debian ├── NEWS ├── bug-presubj ├── bug-script ├── changelog ├── control ├── copyright ├── examples ├── gbp.conf ├── install ├── links ├── lintian-overrides ├── maintscript ├── manpages ├── postinst ├── postrm ├── rules ├── source │ └── format └── tests │ ├── control │ ├── destructive │ └── shunit2 ├── doc ├── Makefile ├── devscripts.1.in ├── devscripts.conf.5 ├── edit-patch.1 ├── genmanpage.pl ├── suspicious-source.1 ├── what-patch.1 └── wrap-and-sort.1 ├── examples ├── bts_autosubscription.procmail ├── debbisect_buildsrc.sh ├── debian.procmail ├── forward.exim ├── forward.procmail └── master.procmail ├── lib └── Devscripts │ ├── Compression.pm │ ├── Config.pm │ ├── DB_File_Lock.pm │ ├── Debbugs.pm │ ├── JSONCache.pm │ ├── MkOrigtargz.pm │ ├── MkOrigtargz │ └── Config.pm │ ├── Output.pm │ ├── PackageDeps.pm │ ├── Packages.pm │ ├── Salsa.pm │ ├── Salsa │ ├── Config.pm │ ├── Hooks.pm │ ├── Repo.pm │ ├── add_user.pm │ ├── check_repo.pm │ ├── checkout.pm │ ├── create_repo.pm │ ├── del_repo.pm │ ├── del_user.pm │ ├── fork.pm │ ├── forks.pm │ ├── group.pm │ ├── join.pm │ ├── last_ci_status.pm │ ├── list_groups.pm │ ├── list_repos.pm │ ├── merge_request.pm │ ├── merge_requests.pm │ ├── protect_branch.pm │ ├── protected_branches.pm │ ├── purge_cache.pm │ ├── push.pm │ ├── push_repo.pm │ ├── rename_branch.pm │ ├── search_group.pm │ ├── search_project.pm │ ├── search_user.pm │ ├── update_repo.pm │ ├── update_safe.pm │ ├── update_user.pm │ └── whoami.pm │ ├── Set.pm │ ├── Uscan │ ├── CatchRedirections.pm │ ├── Config.pm │ ├── Ctype │ │ ├── nodejs.pm │ │ └── perl.pm │ ├── Downloader.pm │ ├── FindFiles.pm │ ├── Keyring.pm │ ├── Output.pm │ ├── Utils.pm │ ├── WatchFile.pm │ ├── WatchLine.pm │ ├── _vcs.pm │ ├── _xtp.pm │ ├── ftp.pm │ ├── git.pm │ ├── http.pm │ └── svn.pm │ ├── Utils.pm │ └── Versort.pm ├── po4a ├── Makefile ├── add_de │ └── translator_man.add ├── add_fr │ ├── translator_dbk.add │ ├── translator_man.add │ └── translator_pod.add ├── add_pt │ └── translator_man.add ├── devscripts-po4a.conf └── po │ ├── de.po │ ├── devscripts.pot │ ├── fr.po │ └── pt.po ├── scripts ├── Makefile ├── annotate-output.1 ├── annotate-output.sh ├── archpath.1 ├── archpath.sh ├── bts.bash_completion ├── bts.pl ├── build-rdeps.pl ├── chdist.bash_completion ├── chdist.pl ├── checkbashisms.1 ├── checkbashisms.bash_completion ├── checkbashisms.pl ├── cowpoke.1 ├── cowpoke.sh ├── cvs-debc.1 ├── cvs-debi.1 ├── cvs-debi.sh ├── cvs-debrelease.1 ├── cvs-debrelease.sh ├── cvs-debuild.1 ├── cvs-debuild.pl ├── dcmd.1 ├── dcmd.sh ├── dd-list.1 ├── dd-list.pl ├── deb-janitor ├── deb-janitor.1 ├── deb-reversion.dbk ├── deb-reversion.sh ├── deb-why-removed.pl ├── debbisect ├── debc.1 ├── debc.pl ├── debchange.1 ├── debchange.bash_completion ├── debchange.pl ├── debcheckout.pl ├── debclean.1 ├── debclean.sh ├── debcommit.pl ├── debdiff-apply ├── debdiff-apply.1 ├── debdiff.1 ├── debdiff.bash_completion ├── debdiff.pl ├── debi.1 ├── debi.bash_completion ├── debi.pl ├── debootsnap ├── debpkg-wrapper.c ├── debpkg.1 ├── debpkg.pl ├── debrebuild.pl ├── debrelease.1 ├── debrelease.sh ├── debrepro.pod ├── debrepro.sh ├── debrsign.1 ├── debrsign.sh ├── debsign.1 ├── debsign.bash_completion ├── debsign.sh ├── debsnap.1 ├── debsnap.pl ├── debuild.1 ├── debuild.bash_completion ├── debuild.pl ├── dep3changelog.1 ├── dep3changelog.pl ├── desktop2menu.pl ├── devscripts │ ├── control.py │ ├── logger.py │ └── test │ │ ├── __init__.py │ │ ├── pylint.conf │ │ ├── test_flake8.py │ │ ├── test_help.py │ │ ├── test_logger.py │ │ └── test_pylint.py ├── dget.pl ├── diff2patches.1 ├── diff2patches.sh ├── dpkg-depcheck.1 ├── dpkg-depcheck.pl ├── dpkg-genbuilddeps.1 ├── dpkg-genbuilddeps.sh ├── dscextract.1 ├── dscextract.bash_completion ├── dscextract.sh ├── dscverify.1 ├── dscverify.bash_completion ├── dscverify.pl ├── edit-patch.sh ├── getbuildlog.1 ├── getbuildlog.sh ├── git-deborig.pl ├── grep-excuses.1 ├── grep-excuses.pl ├── hardening-check.pl ├── list-unreleased.1 ├── list-unreleased.bash_completion ├── list-unreleased.sh ├── ltnu.pod ├── ltnu.sh ├── manpage-alert.1 ├── manpage-alert.sh ├── mass-bug.pl ├── mergechanges.1 ├── mergechanges.sh ├── mk-build-deps.pl ├── mk-origtargz.bash_completion ├── mk-origtargz.pl ├── namecheck.pl ├── nmudiff.1 ├── nmudiff.sh ├── origtargz.pl ├── pkgnames.bash_completion ├── plotchangelog.1 ├── plotchangelog.bash_completion ├── plotchangelog.pl ├── pts-subscribe.1 ├── pts-subscribe.sh ├── rc-alert.1 ├── rc-alert.pl ├── reproducible-check ├── rmadison.pl ├── run_bisect.sh ├── run_bisect_qemu.sh ├── sadt ├── sadt.pod ├── salsa.bash_completion ├── salsa.pl ├── setup.py ├── suspicious-source ├── svnpath.pl ├── tagpending.pl ├── transition-check.pl ├── uscan.bash_completion ├── uscan.pl ├── uupdate.1 ├── uupdate.bash_completion ├── uupdate.sh ├── what-patch.bash_completion ├── what-patch.sh ├── who-permits-upload.pl ├── who-uploads.1 ├── who-uploads.sh ├── whodepends.1 ├── whodepends.sh ├── wnpp-alert.1 ├── wnpp-alert.sh ├── wnpp-check.1 ├── wnpp-check.sh └── wrap-and-sort ├── templates └── README.mk-build-deps └── test ├── Makefile ├── bashisms ├── 531327.sh ├── 535368.mk ├── 808271.sh ├── 808271.sh.out ├── arith.sh ├── arith.sh.out ├── array-expansion.sh ├── array-expansion.sh.out ├── ash-setvar.sh ├── ash-setvar.sh.out ├── basic-bash-override.mk ├── basic-bash.mk ├── basic.mk ├── basic.mk.out ├── brace-expansion.sh ├── brace-expansion.sh.out ├── case-modification.sh ├── case-modification.sh.out ├── command.sh ├── command.sh.out ├── comments-in-quoted-strings1.sh ├── comments-in-quoted-strings2.sh ├── comments-parsing-fns.sh ├── comments-parsing-fns.sh.out ├── coproc.sh ├── coproc.sh.out ├── dynamic-length.sh ├── dynamic-length.sh.out ├── exit-code.sh ├── exit-code.sh.out ├── fail2ban.sh ├── fps.sh ├── fps.sh.out ├── functions.sh ├── functions.sh.out ├── gettext.sh ├── gettext.sh.out ├── glob-ignore.sh ├── glob-ignore.sh.out ├── hash.sh ├── hash.sh.out ├── heredoc-with-dash.sh ├── heredoc-with-others.sh ├── heredocs.sh ├── heredocs.sh.out ├── jobs.sh ├── jobs.sh.out ├── line-continuation.sh ├── line-continuation.sh.out ├── negations.sh ├── negations.sh.out ├── other-vars.sh ├── other-vars.sh.out ├── printf.sh ├── printf.sh.out ├── quoted-strings.sh ├── quoted-strings.sh.out ├── return.sh ├── return.sh.out ├── shell-vars.mk ├── source ├── source.out ├── special-case.sh ├── special-case.sh.out ├── special-expansions.sh ├── special-expansions.sh.out ├── subshell-no-arith.sh ├── tilde-expansion.sh ├── tilde-expansion.sh.out ├── traps.sh ├── traps.sh.out ├── underscore-var.sh ├── underscore-var.sh.out ├── unknown-fns.sh ├── unknown-fns.sh.out ├── unterminated-string.sh └── unterminated-string2.sh ├── dd-list └── sources ├── debdiff ├── devscripts_2.13.0_any.deb └── devscripts_2.13.1_any.deb ├── debrepro ├── reproducible │ └── debian │ │ ├── changelog │ │ ├── compat │ │ ├── control │ │ ├── rules │ │ └── source │ │ └── format └── unreproducible │ └── debian │ ├── changelog │ ├── compat │ ├── control │ ├── rules │ └── source │ └── format ├── debsign ├── private_key.asc ├── public_key.asc ├── sphinx_1.7.2-1.dsc ├── sphinx_1.7.2-1_amd64.buildinfo └── sphinx_1.7.2-1_amd64.changes ├── lib_test_uscan ├── mass-bug ├── one-package ├── packages └── template ├── mergechanges ├── different-description.changes ├── different-source.changes ├── different-version.changes ├── format-1.7.changes ├── linux_4.9.161-1_amd64.changes ├── unsupported-checksum.changes ├── unsupported-format.changes ├── xdg-desktop-portal_1.2.0-1_all.changes ├── xdg-desktop-portal_1.2.0-1_amd64.changes └── xdg-desktop-portal_1.2.0-1_source.changes ├── sadt ├── README ├── comma-separated-restrictions │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ └── test ├── comma-separated-tests │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ ├── test1 │ │ └── test2 ├── fails │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ └── fails ├── flaky │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ ├── flaky-fails │ │ └── flaky-succeeds ├── ignore-udebs │ └── debian │ │ ├── control │ │ └── tests │ │ └── control ├── new ├── passes │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ └── test ├── skippable │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ └── skipped ├── space-separated-restrictions │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ └── test ├── space-separated-tests │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ ├── test1 │ │ └── test2 ├── superficial-fails │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ └── test ├── superficial │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ └── test ├── test-command │ └── debian │ │ ├── control │ │ └── tests │ │ └── control ├── tests-directory │ ├── debian │ │ ├── control │ │ └── tests │ │ │ └── control │ └── foo │ │ └── test ├── unskippable │ └── debian │ │ ├── control │ │ └── tests │ │ ├── control │ │ └── unskippable └── unskipped │ └── debian │ ├── control │ └── tests │ ├── control │ └── fails ├── shunit2-helper-functions.sh ├── t ├── common.t ├── config1 ├── config2 ├── json-cache.t ├── salsa-config.t ├── salsa.conf ├── salsa.pm ├── salsa.t └── uscan-config.t ├── test_annotate-output ├── test_checkbashisms ├── test_dd-list ├── test_debchange ├── test_debdiff ├── test_debi ├── test_debrepro ├── test_debsign ├── test_helper.sh ├── test_mass_bug ├── test_mergechanges ├── test_mk-origtargz ├── test_package_lifecycle ├── test_perl ├── test_perltidy ├── test_sadt ├── test_salsa ├── test_uscan ├── test_uscan_ftp ├── test_uscan_git ├── test_uscan_group ├── test_uscan_mangle ├── test_uscan_online ├── test_uscan_svn └── uscan ├── PRIVATE_KEY.asc ├── PUBLIC_KEY.asc ├── ftpserver.py ├── httpserver.py ├── manual-test ├── Makefile ├── _dh-make-golang │ └── debian │ │ ├── changelog │ │ ├── rules │ │ ├── source │ │ └── format │ │ └── watch ├── _dl-poly-classic │ └── debian │ │ ├── changelog │ │ ├── rules │ │ ├── source │ │ └── format │ │ └── watch ├── _osamu-utils │ └── debian │ │ ├── changelog │ │ ├── rules │ │ ├── source │ │ └── format │ │ └── watch ├── _tweeper │ └── debian │ │ ├── changelog │ │ ├── rules │ │ ├── source │ │ └── format │ │ └── watch └── _upspin │ └── debian │ ├── changelog │ ├── rules │ ├── source │ └── format │ └── watch └── s3bucket /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/.mailmap -------------------------------------------------------------------------------- /.perltidyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/.perltidyrc -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/Makefile.common -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/README -------------------------------------------------------------------------------- /README.newscripts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/README.newscripts -------------------------------------------------------------------------------- /conf.default.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/conf.default.in -------------------------------------------------------------------------------- /cowpoke.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/cowpoke.conf -------------------------------------------------------------------------------- /debian/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/NEWS -------------------------------------------------------------------------------- /debian/bug-presubj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/bug-presubj -------------------------------------------------------------------------------- /debian/bug-script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/bug-script -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/examples: -------------------------------------------------------------------------------- 1 | examples/* 2 | -------------------------------------------------------------------------------- /debian/gbp.conf: -------------------------------------------------------------------------------- 1 | [DEFAULT] 2 | debian-tag = v%(version)s 3 | -------------------------------------------------------------------------------- /debian/install: -------------------------------------------------------------------------------- 1 | cowpoke.conf /etc 2 | -------------------------------------------------------------------------------- /debian/links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/links -------------------------------------------------------------------------------- /debian/lintian-overrides: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/lintian-overrides -------------------------------------------------------------------------------- /debian/maintscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/maintscript -------------------------------------------------------------------------------- /debian/manpages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/manpages -------------------------------------------------------------------------------- /debian/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/postinst -------------------------------------------------------------------------------- /debian/postrm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/postrm -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/rules -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/debian/tests/control -------------------------------------------------------------------------------- /debian/tests/destructive: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -e 3 | 4 | make destructive-test-installed 5 | -------------------------------------------------------------------------------- /debian/tests/shunit2: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -e 3 | 4 | make test-installed 5 | -------------------------------------------------------------------------------- /doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/doc/Makefile -------------------------------------------------------------------------------- /doc/devscripts.1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/doc/devscripts.1.in -------------------------------------------------------------------------------- /doc/devscripts.conf.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/doc/devscripts.conf.5 -------------------------------------------------------------------------------- /doc/edit-patch.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/doc/edit-patch.1 -------------------------------------------------------------------------------- /doc/genmanpage.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/doc/genmanpage.pl -------------------------------------------------------------------------------- /doc/suspicious-source.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/doc/suspicious-source.1 -------------------------------------------------------------------------------- /doc/what-patch.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/doc/what-patch.1 -------------------------------------------------------------------------------- /doc/wrap-and-sort.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/doc/wrap-and-sort.1 -------------------------------------------------------------------------------- /examples/bts_autosubscription.procmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/examples/bts_autosubscription.procmail -------------------------------------------------------------------------------- /examples/debbisect_buildsrc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/examples/debbisect_buildsrc.sh -------------------------------------------------------------------------------- /examples/debian.procmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/examples/debian.procmail -------------------------------------------------------------------------------- /examples/forward.exim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/examples/forward.exim -------------------------------------------------------------------------------- /examples/forward.procmail: -------------------------------------------------------------------------------- 1 | |/usr/bin/procmail 2 | -------------------------------------------------------------------------------- /examples/master.procmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/examples/master.procmail -------------------------------------------------------------------------------- /lib/Devscripts/Compression.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Compression.pm -------------------------------------------------------------------------------- /lib/Devscripts/Config.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Config.pm -------------------------------------------------------------------------------- /lib/Devscripts/DB_File_Lock.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/DB_File_Lock.pm -------------------------------------------------------------------------------- /lib/Devscripts/Debbugs.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Debbugs.pm -------------------------------------------------------------------------------- /lib/Devscripts/JSONCache.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/JSONCache.pm -------------------------------------------------------------------------------- /lib/Devscripts/MkOrigtargz.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/MkOrigtargz.pm -------------------------------------------------------------------------------- /lib/Devscripts/MkOrigtargz/Config.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/MkOrigtargz/Config.pm -------------------------------------------------------------------------------- /lib/Devscripts/Output.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Output.pm -------------------------------------------------------------------------------- /lib/Devscripts/PackageDeps.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/PackageDeps.pm -------------------------------------------------------------------------------- /lib/Devscripts/Packages.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Packages.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/Config.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/Config.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/Hooks.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/Hooks.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/Repo.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/Repo.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/add_user.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/add_user.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/check_repo.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/check_repo.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/checkout.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/checkout.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/create_repo.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/create_repo.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/del_repo.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/del_repo.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/del_user.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/del_user.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/fork.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/fork.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/forks.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/forks.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/group.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/group.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/join.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/join.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/last_ci_status.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/last_ci_status.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/list_groups.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/list_groups.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/list_repos.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/list_repos.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/merge_request.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/merge_request.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/merge_requests.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/merge_requests.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/protect_branch.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/protect_branch.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/protected_branches.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/protected_branches.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/purge_cache.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/purge_cache.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/push.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/push.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/push_repo.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/push_repo.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/rename_branch.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/rename_branch.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/search_group.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/search_group.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/search_project.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/search_project.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/search_user.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/search_user.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/update_repo.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/update_repo.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/update_safe.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/update_safe.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/update_user.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/update_user.pm -------------------------------------------------------------------------------- /lib/Devscripts/Salsa/whoami.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Salsa/whoami.pm -------------------------------------------------------------------------------- /lib/Devscripts/Set.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Set.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/CatchRedirections.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/CatchRedirections.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/Config.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/Config.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/Ctype/nodejs.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/Ctype/nodejs.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/Ctype/perl.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/Ctype/perl.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/Downloader.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/Downloader.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/FindFiles.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/FindFiles.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/Keyring.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/Keyring.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/Output.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/Output.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/Utils.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/Utils.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/WatchFile.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/WatchFile.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/WatchLine.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/WatchLine.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/_vcs.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/_vcs.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/_xtp.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/_xtp.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/ftp.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/ftp.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/git.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/git.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/http.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/http.pm -------------------------------------------------------------------------------- /lib/Devscripts/Uscan/svn.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Uscan/svn.pm -------------------------------------------------------------------------------- /lib/Devscripts/Utils.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Utils.pm -------------------------------------------------------------------------------- /lib/Devscripts/Versort.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/lib/Devscripts/Versort.pm -------------------------------------------------------------------------------- /po4a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/Makefile -------------------------------------------------------------------------------- /po4a/add_de/translator_man.add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/add_de/translator_man.add -------------------------------------------------------------------------------- /po4a/add_fr/translator_dbk.add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/add_fr/translator_dbk.add -------------------------------------------------------------------------------- /po4a/add_fr/translator_man.add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/add_fr/translator_man.add -------------------------------------------------------------------------------- /po4a/add_fr/translator_pod.add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/add_fr/translator_pod.add -------------------------------------------------------------------------------- /po4a/add_pt/translator_man.add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/add_pt/translator_man.add -------------------------------------------------------------------------------- /po4a/devscripts-po4a.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/devscripts-po4a.conf -------------------------------------------------------------------------------- /po4a/po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/po/de.po -------------------------------------------------------------------------------- /po4a/po/devscripts.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/po/devscripts.pot -------------------------------------------------------------------------------- /po4a/po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/po/fr.po -------------------------------------------------------------------------------- /po4a/po/pt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/po4a/po/pt.po -------------------------------------------------------------------------------- /scripts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/Makefile -------------------------------------------------------------------------------- /scripts/annotate-output.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/annotate-output.1 -------------------------------------------------------------------------------- /scripts/annotate-output.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/annotate-output.sh -------------------------------------------------------------------------------- /scripts/archpath.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/archpath.1 -------------------------------------------------------------------------------- /scripts/archpath.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/archpath.sh -------------------------------------------------------------------------------- /scripts/bts.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/bts.bash_completion -------------------------------------------------------------------------------- /scripts/bts.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/bts.pl -------------------------------------------------------------------------------- /scripts/build-rdeps.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/build-rdeps.pl -------------------------------------------------------------------------------- /scripts/chdist.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/chdist.bash_completion -------------------------------------------------------------------------------- /scripts/chdist.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/chdist.pl -------------------------------------------------------------------------------- /scripts/checkbashisms.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/checkbashisms.1 -------------------------------------------------------------------------------- /scripts/checkbashisms.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/checkbashisms.bash_completion -------------------------------------------------------------------------------- /scripts/checkbashisms.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/checkbashisms.pl -------------------------------------------------------------------------------- /scripts/cowpoke.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cowpoke.1 -------------------------------------------------------------------------------- /scripts/cowpoke.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cowpoke.sh -------------------------------------------------------------------------------- /scripts/cvs-debc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cvs-debc.1 -------------------------------------------------------------------------------- /scripts/cvs-debi.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cvs-debi.1 -------------------------------------------------------------------------------- /scripts/cvs-debi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cvs-debi.sh -------------------------------------------------------------------------------- /scripts/cvs-debrelease.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cvs-debrelease.1 -------------------------------------------------------------------------------- /scripts/cvs-debrelease.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cvs-debrelease.sh -------------------------------------------------------------------------------- /scripts/cvs-debuild.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cvs-debuild.1 -------------------------------------------------------------------------------- /scripts/cvs-debuild.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/cvs-debuild.pl -------------------------------------------------------------------------------- /scripts/dcmd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dcmd.1 -------------------------------------------------------------------------------- /scripts/dcmd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dcmd.sh -------------------------------------------------------------------------------- /scripts/dd-list.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dd-list.1 -------------------------------------------------------------------------------- /scripts/dd-list.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dd-list.pl -------------------------------------------------------------------------------- /scripts/deb-janitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/deb-janitor -------------------------------------------------------------------------------- /scripts/deb-janitor.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/deb-janitor.1 -------------------------------------------------------------------------------- /scripts/deb-reversion.dbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/deb-reversion.dbk -------------------------------------------------------------------------------- /scripts/deb-reversion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/deb-reversion.sh -------------------------------------------------------------------------------- /scripts/deb-why-removed.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/deb-why-removed.pl -------------------------------------------------------------------------------- /scripts/debbisect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debbisect -------------------------------------------------------------------------------- /scripts/debc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debc.1 -------------------------------------------------------------------------------- /scripts/debc.pl: -------------------------------------------------------------------------------- 1 | debi.pl -------------------------------------------------------------------------------- /scripts/debchange.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debchange.1 -------------------------------------------------------------------------------- /scripts/debchange.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debchange.bash_completion -------------------------------------------------------------------------------- /scripts/debchange.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debchange.pl -------------------------------------------------------------------------------- /scripts/debcheckout.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debcheckout.pl -------------------------------------------------------------------------------- /scripts/debclean.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debclean.1 -------------------------------------------------------------------------------- /scripts/debclean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debclean.sh -------------------------------------------------------------------------------- /scripts/debcommit.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debcommit.pl -------------------------------------------------------------------------------- /scripts/debdiff-apply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debdiff-apply -------------------------------------------------------------------------------- /scripts/debdiff-apply.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debdiff-apply.1 -------------------------------------------------------------------------------- /scripts/debdiff.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debdiff.1 -------------------------------------------------------------------------------- /scripts/debdiff.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debdiff.bash_completion -------------------------------------------------------------------------------- /scripts/debdiff.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debdiff.pl -------------------------------------------------------------------------------- /scripts/debi.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debi.1 -------------------------------------------------------------------------------- /scripts/debi.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debi.bash_completion -------------------------------------------------------------------------------- /scripts/debi.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debi.pl -------------------------------------------------------------------------------- /scripts/debootsnap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debootsnap -------------------------------------------------------------------------------- /scripts/debpkg-wrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debpkg-wrapper.c -------------------------------------------------------------------------------- /scripts/debpkg.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debpkg.1 -------------------------------------------------------------------------------- /scripts/debpkg.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debpkg.pl -------------------------------------------------------------------------------- /scripts/debrebuild.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debrebuild.pl -------------------------------------------------------------------------------- /scripts/debrelease.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debrelease.1 -------------------------------------------------------------------------------- /scripts/debrelease.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debrelease.sh -------------------------------------------------------------------------------- /scripts/debrepro.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debrepro.pod -------------------------------------------------------------------------------- /scripts/debrepro.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debrepro.sh -------------------------------------------------------------------------------- /scripts/debrsign.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debrsign.1 -------------------------------------------------------------------------------- /scripts/debrsign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debrsign.sh -------------------------------------------------------------------------------- /scripts/debsign.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debsign.1 -------------------------------------------------------------------------------- /scripts/debsign.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debsign.bash_completion -------------------------------------------------------------------------------- /scripts/debsign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debsign.sh -------------------------------------------------------------------------------- /scripts/debsnap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debsnap.1 -------------------------------------------------------------------------------- /scripts/debsnap.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debsnap.pl -------------------------------------------------------------------------------- /scripts/debuild.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debuild.1 -------------------------------------------------------------------------------- /scripts/debuild.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debuild.bash_completion -------------------------------------------------------------------------------- /scripts/debuild.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/debuild.pl -------------------------------------------------------------------------------- /scripts/dep3changelog.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dep3changelog.1 -------------------------------------------------------------------------------- /scripts/dep3changelog.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dep3changelog.pl -------------------------------------------------------------------------------- /scripts/desktop2menu.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/desktop2menu.pl -------------------------------------------------------------------------------- /scripts/devscripts/control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/devscripts/control.py -------------------------------------------------------------------------------- /scripts/devscripts/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/devscripts/logger.py -------------------------------------------------------------------------------- /scripts/devscripts/test/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/devscripts/test/__init__.py -------------------------------------------------------------------------------- /scripts/devscripts/test/pylint.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/devscripts/test/pylint.conf -------------------------------------------------------------------------------- /scripts/devscripts/test/test_flake8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/devscripts/test/test_flake8.py -------------------------------------------------------------------------------- /scripts/devscripts/test/test_help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/devscripts/test/test_help.py -------------------------------------------------------------------------------- /scripts/devscripts/test/test_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/devscripts/test/test_logger.py -------------------------------------------------------------------------------- /scripts/devscripts/test/test_pylint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/devscripts/test/test_pylint.py -------------------------------------------------------------------------------- /scripts/dget.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dget.pl -------------------------------------------------------------------------------- /scripts/diff2patches.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/diff2patches.1 -------------------------------------------------------------------------------- /scripts/diff2patches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/diff2patches.sh -------------------------------------------------------------------------------- /scripts/dpkg-depcheck.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dpkg-depcheck.1 -------------------------------------------------------------------------------- /scripts/dpkg-depcheck.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dpkg-depcheck.pl -------------------------------------------------------------------------------- /scripts/dpkg-genbuilddeps.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dpkg-genbuilddeps.1 -------------------------------------------------------------------------------- /scripts/dpkg-genbuilddeps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dpkg-genbuilddeps.sh -------------------------------------------------------------------------------- /scripts/dscextract.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dscextract.1 -------------------------------------------------------------------------------- /scripts/dscextract.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dscextract.bash_completion -------------------------------------------------------------------------------- /scripts/dscextract.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dscextract.sh -------------------------------------------------------------------------------- /scripts/dscverify.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dscverify.1 -------------------------------------------------------------------------------- /scripts/dscverify.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dscverify.bash_completion -------------------------------------------------------------------------------- /scripts/dscverify.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/dscverify.pl -------------------------------------------------------------------------------- /scripts/edit-patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/edit-patch.sh -------------------------------------------------------------------------------- /scripts/getbuildlog.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/getbuildlog.1 -------------------------------------------------------------------------------- /scripts/getbuildlog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/getbuildlog.sh -------------------------------------------------------------------------------- /scripts/git-deborig.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/git-deborig.pl -------------------------------------------------------------------------------- /scripts/grep-excuses.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/grep-excuses.1 -------------------------------------------------------------------------------- /scripts/grep-excuses.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/grep-excuses.pl -------------------------------------------------------------------------------- /scripts/hardening-check.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/hardening-check.pl -------------------------------------------------------------------------------- /scripts/list-unreleased.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/list-unreleased.1 -------------------------------------------------------------------------------- /scripts/list-unreleased.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/list-unreleased.bash_completion -------------------------------------------------------------------------------- /scripts/list-unreleased.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/list-unreleased.sh -------------------------------------------------------------------------------- /scripts/ltnu.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/ltnu.pod -------------------------------------------------------------------------------- /scripts/ltnu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/ltnu.sh -------------------------------------------------------------------------------- /scripts/manpage-alert.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/manpage-alert.1 -------------------------------------------------------------------------------- /scripts/manpage-alert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/manpage-alert.sh -------------------------------------------------------------------------------- /scripts/mass-bug.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/mass-bug.pl -------------------------------------------------------------------------------- /scripts/mergechanges.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/mergechanges.1 -------------------------------------------------------------------------------- /scripts/mergechanges.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/mergechanges.sh -------------------------------------------------------------------------------- /scripts/mk-build-deps.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/mk-build-deps.pl -------------------------------------------------------------------------------- /scripts/mk-origtargz.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/mk-origtargz.bash_completion -------------------------------------------------------------------------------- /scripts/mk-origtargz.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/mk-origtargz.pl -------------------------------------------------------------------------------- /scripts/namecheck.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/namecheck.pl -------------------------------------------------------------------------------- /scripts/nmudiff.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/nmudiff.1 -------------------------------------------------------------------------------- /scripts/nmudiff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/nmudiff.sh -------------------------------------------------------------------------------- /scripts/origtargz.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/origtargz.pl -------------------------------------------------------------------------------- /scripts/pkgnames.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/pkgnames.bash_completion -------------------------------------------------------------------------------- /scripts/plotchangelog.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/plotchangelog.1 -------------------------------------------------------------------------------- /scripts/plotchangelog.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/plotchangelog.bash_completion -------------------------------------------------------------------------------- /scripts/plotchangelog.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/plotchangelog.pl -------------------------------------------------------------------------------- /scripts/pts-subscribe.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/pts-subscribe.1 -------------------------------------------------------------------------------- /scripts/pts-subscribe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/pts-subscribe.sh -------------------------------------------------------------------------------- /scripts/rc-alert.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/rc-alert.1 -------------------------------------------------------------------------------- /scripts/rc-alert.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/rc-alert.pl -------------------------------------------------------------------------------- /scripts/reproducible-check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/reproducible-check -------------------------------------------------------------------------------- /scripts/rmadison.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/rmadison.pl -------------------------------------------------------------------------------- /scripts/run_bisect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/run_bisect.sh -------------------------------------------------------------------------------- /scripts/run_bisect_qemu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/run_bisect_qemu.sh -------------------------------------------------------------------------------- /scripts/sadt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/sadt -------------------------------------------------------------------------------- /scripts/sadt.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/sadt.pod -------------------------------------------------------------------------------- /scripts/salsa.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/salsa.bash_completion -------------------------------------------------------------------------------- /scripts/salsa.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/salsa.pl -------------------------------------------------------------------------------- /scripts/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/setup.py -------------------------------------------------------------------------------- /scripts/suspicious-source: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/suspicious-source -------------------------------------------------------------------------------- /scripts/svnpath.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/svnpath.pl -------------------------------------------------------------------------------- /scripts/tagpending.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/tagpending.pl -------------------------------------------------------------------------------- /scripts/transition-check.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/transition-check.pl -------------------------------------------------------------------------------- /scripts/uscan.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/uscan.bash_completion -------------------------------------------------------------------------------- /scripts/uscan.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/uscan.pl -------------------------------------------------------------------------------- /scripts/uupdate.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/uupdate.1 -------------------------------------------------------------------------------- /scripts/uupdate.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/uupdate.bash_completion -------------------------------------------------------------------------------- /scripts/uupdate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/uupdate.sh -------------------------------------------------------------------------------- /scripts/what-patch.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/what-patch.bash_completion -------------------------------------------------------------------------------- /scripts/what-patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/what-patch.sh -------------------------------------------------------------------------------- /scripts/who-permits-upload.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/who-permits-upload.pl -------------------------------------------------------------------------------- /scripts/who-uploads.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/who-uploads.1 -------------------------------------------------------------------------------- /scripts/who-uploads.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/who-uploads.sh -------------------------------------------------------------------------------- /scripts/whodepends.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/whodepends.1 -------------------------------------------------------------------------------- /scripts/whodepends.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/whodepends.sh -------------------------------------------------------------------------------- /scripts/wnpp-alert.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/wnpp-alert.1 -------------------------------------------------------------------------------- /scripts/wnpp-alert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/wnpp-alert.sh -------------------------------------------------------------------------------- /scripts/wnpp-check.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/wnpp-check.1 -------------------------------------------------------------------------------- /scripts/wnpp-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/wnpp-check.sh -------------------------------------------------------------------------------- /scripts/wrap-and-sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/scripts/wrap-and-sort -------------------------------------------------------------------------------- /templates/README.mk-build-deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/templates/README.mk-build-deps -------------------------------------------------------------------------------- /test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/Makefile -------------------------------------------------------------------------------- /test/bashisms/531327.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/531327.sh -------------------------------------------------------------------------------- /test/bashisms/535368.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/535368.mk -------------------------------------------------------------------------------- /test/bashisms/808271.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/808271.sh -------------------------------------------------------------------------------- /test/bashisms/808271.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/808271.sh.out -------------------------------------------------------------------------------- /test/bashisms/arith.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/arith.sh -------------------------------------------------------------------------------- /test/bashisms/arith.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/arith.sh.out -------------------------------------------------------------------------------- /test/bashisms/array-expansion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/array-expansion.sh -------------------------------------------------------------------------------- /test/bashisms/array-expansion.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/array-expansion.sh.out -------------------------------------------------------------------------------- /test/bashisms/ash-setvar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/ash-setvar.sh -------------------------------------------------------------------------------- /test/bashisms/ash-setvar.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/ash-setvar.sh.out -------------------------------------------------------------------------------- /test/bashisms/basic-bash-override.mk: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | override SHELL := bash 4 | 5 | test: 6 | @echo -e foo 7 | -------------------------------------------------------------------------------- /test/bashisms/basic-bash.mk: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | SHELL := bash 4 | 5 | test: 6 | echo -e foo 7 | -------------------------------------------------------------------------------- /test/bashisms/basic.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/basic.mk -------------------------------------------------------------------------------- /test/bashisms/basic.mk.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/basic.mk.out -------------------------------------------------------------------------------- /test/bashisms/brace-expansion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/brace-expansion.sh -------------------------------------------------------------------------------- /test/bashisms/brace-expansion.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/brace-expansion.sh.out -------------------------------------------------------------------------------- /test/bashisms/case-modification.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/case-modification.sh -------------------------------------------------------------------------------- /test/bashisms/case-modification.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/case-modification.sh.out -------------------------------------------------------------------------------- /test/bashisms/command.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/command.sh -------------------------------------------------------------------------------- /test/bashisms/command.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/command.sh.out -------------------------------------------------------------------------------- /test/bashisms/comments-in-quoted-strings1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/comments-in-quoted-strings1.sh -------------------------------------------------------------------------------- /test/bashisms/comments-in-quoted-strings2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/comments-in-quoted-strings2.sh -------------------------------------------------------------------------------- /test/bashisms/comments-parsing-fns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/comments-parsing-fns.sh -------------------------------------------------------------------------------- /test/bashisms/comments-parsing-fns.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/comments-parsing-fns.sh.out -------------------------------------------------------------------------------- /test/bashisms/coproc.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | coproc true # BASHISM 4 | -------------------------------------------------------------------------------- /test/bashisms/coproc.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/coproc.sh.out -------------------------------------------------------------------------------- /test/bashisms/dynamic-length.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/dynamic-length.sh -------------------------------------------------------------------------------- /test/bashisms/dynamic-length.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/dynamic-length.sh.out -------------------------------------------------------------------------------- /test/bashisms/exit-code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/exit-code.sh -------------------------------------------------------------------------------- /test/bashisms/exit-code.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/exit-code.sh.out -------------------------------------------------------------------------------- /test/bashisms/fail2ban.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | eval $_INITSCRIPT force-reload ${HIDEOUTPUT:+\>/dev/null 2\>&1} 4 | -------------------------------------------------------------------------------- /test/bashisms/fps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/fps.sh -------------------------------------------------------------------------------- /test/bashisms/fps.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/fps.sh.out -------------------------------------------------------------------------------- /test/bashisms/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/functions.sh -------------------------------------------------------------------------------- /test/bashisms/functions.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/functions.sh.out -------------------------------------------------------------------------------- /test/bashisms/gettext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/gettext.sh -------------------------------------------------------------------------------- /test/bashisms/gettext.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/gettext.sh.out -------------------------------------------------------------------------------- /test/bashisms/glob-ignore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/glob-ignore.sh -------------------------------------------------------------------------------- /test/bashisms/glob-ignore.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/glob-ignore.sh.out -------------------------------------------------------------------------------- /test/bashisms/hash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/hash.sh -------------------------------------------------------------------------------- /test/bashisms/hash.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/hash.sh.out -------------------------------------------------------------------------------- /test/bashisms/heredoc-with-dash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/heredoc-with-dash.sh -------------------------------------------------------------------------------- /test/bashisms/heredoc-with-others.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/heredoc-with-others.sh -------------------------------------------------------------------------------- /test/bashisms/heredocs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/heredocs.sh -------------------------------------------------------------------------------- /test/bashisms/heredocs.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/heredocs.sh.out -------------------------------------------------------------------------------- /test/bashisms/jobs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/jobs.sh -------------------------------------------------------------------------------- /test/bashisms/jobs.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/jobs.sh.out -------------------------------------------------------------------------------- /test/bashisms/line-continuation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/line-continuation.sh -------------------------------------------------------------------------------- /test/bashisms/line-continuation.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/line-continuation.sh.out -------------------------------------------------------------------------------- /test/bashisms/negations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/negations.sh -------------------------------------------------------------------------------- /test/bashisms/negations.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/negations.sh.out -------------------------------------------------------------------------------- /test/bashisms/other-vars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/other-vars.sh -------------------------------------------------------------------------------- /test/bashisms/other-vars.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/other-vars.sh.out -------------------------------------------------------------------------------- /test/bashisms/printf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/printf.sh -------------------------------------------------------------------------------- /test/bashisms/printf.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/printf.sh.out -------------------------------------------------------------------------------- /test/bashisms/quoted-strings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/quoted-strings.sh -------------------------------------------------------------------------------- /test/bashisms/quoted-strings.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/quoted-strings.sh.out -------------------------------------------------------------------------------- /test/bashisms/return.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/return.sh -------------------------------------------------------------------------------- /test/bashisms/return.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/return.sh.out -------------------------------------------------------------------------------- /test/bashisms/shell-vars.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/shell-vars.mk -------------------------------------------------------------------------------- /test/bashisms/source: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | source foo.sh # BASHISM 3 | -------------------------------------------------------------------------------- /test/bashisms/source.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/source.out -------------------------------------------------------------------------------- /test/bashisms/special-case.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/special-case.sh -------------------------------------------------------------------------------- /test/bashisms/special-case.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/special-case.sh.out -------------------------------------------------------------------------------- /test/bashisms/special-expansions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/special-expansions.sh -------------------------------------------------------------------------------- /test/bashisms/special-expansions.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/special-expansions.sh.out -------------------------------------------------------------------------------- /test/bashisms/subshell-no-arith.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/subshell-no-arith.sh -------------------------------------------------------------------------------- /test/bashisms/tilde-expansion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/tilde-expansion.sh -------------------------------------------------------------------------------- /test/bashisms/tilde-expansion.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/tilde-expansion.sh.out -------------------------------------------------------------------------------- /test/bashisms/traps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/traps.sh -------------------------------------------------------------------------------- /test/bashisms/traps.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/traps.sh.out -------------------------------------------------------------------------------- /test/bashisms/underscore-var.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo BASHISM $_ 4 | -------------------------------------------------------------------------------- /test/bashisms/underscore-var.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/underscore-var.sh.out -------------------------------------------------------------------------------- /test/bashisms/unknown-fns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/unknown-fns.sh -------------------------------------------------------------------------------- /test/bashisms/unknown-fns.sh.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/bashisms/unknown-fns.sh.out -------------------------------------------------------------------------------- /test/bashisms/unterminated-string.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | CLEAN="'("'"c"'")'" 4 | echo "foo 5 | bar" 6 | -------------------------------------------------------------------------------- /test/bashisms/unterminated-string2.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | CLEAN="("'"c"'")" 4 | echo "foo 5 | bar" 6 | -------------------------------------------------------------------------------- /test/dd-list/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/dd-list/sources -------------------------------------------------------------------------------- /test/debdiff/devscripts_2.13.0_any.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debdiff/devscripts_2.13.0_any.deb -------------------------------------------------------------------------------- /test/debdiff/devscripts_2.13.1_any.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debdiff/devscripts_2.13.1_any.deb -------------------------------------------------------------------------------- /test/debrepro/reproducible/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debrepro/reproducible/debian/changelog -------------------------------------------------------------------------------- /test/debrepro/reproducible/debian/compat: -------------------------------------------------------------------------------- 1 | 11 2 | -------------------------------------------------------------------------------- /test/debrepro/reproducible/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debrepro/reproducible/debian/control -------------------------------------------------------------------------------- /test/debrepro/reproducible/debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | %: 4 | dh $@ 5 | -------------------------------------------------------------------------------- /test/debrepro/reproducible/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /test/debrepro/unreproducible/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debrepro/unreproducible/debian/changelog -------------------------------------------------------------------------------- /test/debrepro/unreproducible/debian/compat: -------------------------------------------------------------------------------- 1 | 11 2 | -------------------------------------------------------------------------------- /test/debrepro/unreproducible/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debrepro/unreproducible/debian/control -------------------------------------------------------------------------------- /test/debrepro/unreproducible/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debrepro/unreproducible/debian/rules -------------------------------------------------------------------------------- /test/debrepro/unreproducible/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /test/debsign/private_key.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debsign/private_key.asc -------------------------------------------------------------------------------- /test/debsign/public_key.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debsign/public_key.asc -------------------------------------------------------------------------------- /test/debsign/sphinx_1.7.2-1.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debsign/sphinx_1.7.2-1.dsc -------------------------------------------------------------------------------- /test/debsign/sphinx_1.7.2-1_amd64.buildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debsign/sphinx_1.7.2-1_amd64.buildinfo -------------------------------------------------------------------------------- /test/debsign/sphinx_1.7.2-1_amd64.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/debsign/sphinx_1.7.2-1_amd64.changes -------------------------------------------------------------------------------- /test/lib_test_uscan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/lib_test_uscan -------------------------------------------------------------------------------- /test/mass-bug/one-package: -------------------------------------------------------------------------------- 1 | test-package_1.2-3 2 | -------------------------------------------------------------------------------- /test/mass-bug/packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mass-bug/packages -------------------------------------------------------------------------------- /test/mass-bug/template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mass-bug/template -------------------------------------------------------------------------------- /test/mergechanges/different-description.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/different-description.changes -------------------------------------------------------------------------------- /test/mergechanges/different-source.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/different-source.changes -------------------------------------------------------------------------------- /test/mergechanges/different-version.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/different-version.changes -------------------------------------------------------------------------------- /test/mergechanges/format-1.7.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/format-1.7.changes -------------------------------------------------------------------------------- /test/mergechanges/linux_4.9.161-1_amd64.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/linux_4.9.161-1_amd64.changes -------------------------------------------------------------------------------- /test/mergechanges/unsupported-checksum.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/unsupported-checksum.changes -------------------------------------------------------------------------------- /test/mergechanges/unsupported-format.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/unsupported-format.changes -------------------------------------------------------------------------------- /test/mergechanges/xdg-desktop-portal_1.2.0-1_all.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/xdg-desktop-portal_1.2.0-1_all.changes -------------------------------------------------------------------------------- /test/mergechanges/xdg-desktop-portal_1.2.0-1_amd64.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/xdg-desktop-portal_1.2.0-1_amd64.changes -------------------------------------------------------------------------------- /test/mergechanges/xdg-desktop-portal_1.2.0-1_source.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/mergechanges/xdg-desktop-portal_1.2.0-1_source.changes -------------------------------------------------------------------------------- /test/sadt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/README -------------------------------------------------------------------------------- /test/sadt/comma-separated-restrictions/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/comma-separated-restrictions/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/comma-separated-restrictions/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/comma-separated-restrictions/debian/tests/test: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | -------------------------------------------------------------------------------- /test/sadt/comma-separated-tests/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/comma-separated-tests/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/comma-separated-tests/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/comma-separated-tests/debian/tests/test1: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | -------------------------------------------------------------------------------- /test/sadt/comma-separated-tests/debian/tests/test2: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | 3 | -------------------------------------------------------------------------------- /test/sadt/fails/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/fails/debian/tests/control: -------------------------------------------------------------------------------- 1 | Tests: fails 2 | -------------------------------------------------------------------------------- /test/sadt/fails/debian/tests/fails: -------------------------------------------------------------------------------- 1 | #!/bin/false 2 | -------------------------------------------------------------------------------- /test/sadt/flaky/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/flaky/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/flaky/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/flaky/debian/tests/flaky-fails: -------------------------------------------------------------------------------- 1 | #!/bin/false 2 | -------------------------------------------------------------------------------- /test/sadt/flaky/debian/tests/flaky-succeeds: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | -------------------------------------------------------------------------------- /test/sadt/ignore-udebs/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/ignore-udebs/debian/tests/control: -------------------------------------------------------------------------------- 1 | Tests: ignore-udebs 2 | -------------------------------------------------------------------------------- /test/sadt/new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/new -------------------------------------------------------------------------------- /test/sadt/passes/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/passes/debian/tests/control: -------------------------------------------------------------------------------- 1 | Tests: test 2 | -------------------------------------------------------------------------------- /test/sadt/passes/debian/tests/test: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | -------------------------------------------------------------------------------- /test/sadt/skippable/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/skippable/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/skippable/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/skippable/debian/tests/skipped: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exit 77 3 | -------------------------------------------------------------------------------- /test/sadt/space-separated-restrictions/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/space-separated-restrictions/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/space-separated-restrictions/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/space-separated-restrictions/debian/tests/test: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | -------------------------------------------------------------------------------- /test/sadt/space-separated-tests/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/space-separated-tests/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/space-separated-tests/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/space-separated-tests/debian/tests/test1: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | -------------------------------------------------------------------------------- /test/sadt/space-separated-tests/debian/tests/test2: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | 3 | -------------------------------------------------------------------------------- /test/sadt/superficial-fails/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/superficial-fails/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/superficial-fails/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/superficial-fails/debian/tests/test: -------------------------------------------------------------------------------- 1 | #!/bin/false 2 | -------------------------------------------------------------------------------- /test/sadt/superficial/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/superficial/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/superficial/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/superficial/debian/tests/test: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | -------------------------------------------------------------------------------- /test/sadt/test-command/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/test-command/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/test-command/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/tests-directory/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/tests-directory/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/tests-directory/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/tests-directory/foo/test: -------------------------------------------------------------------------------- 1 | #!/bin/true 2 | -------------------------------------------------------------------------------- /test/sadt/unskippable/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/unskippable/debian/tests/control: -------------------------------------------------------------------------------- 1 | Tests: unskippable 2 | -------------------------------------------------------------------------------- /test/sadt/unskippable/debian/tests/unskippable: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exit 77 3 | -------------------------------------------------------------------------------- /test/sadt/unskipped/debian/control: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/sadt/unskipped/debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/sadt/unskipped/debian/tests/control -------------------------------------------------------------------------------- /test/sadt/unskipped/debian/tests/fails: -------------------------------------------------------------------------------- 1 | #!/bin/false 2 | -------------------------------------------------------------------------------- /test/shunit2-helper-functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/shunit2-helper-functions.sh -------------------------------------------------------------------------------- /test/t/common.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/t/common.t -------------------------------------------------------------------------------- /test/t/config1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/t/config1 -------------------------------------------------------------------------------- /test/t/config2: -------------------------------------------------------------------------------- 1 | STR2=axzx 2 | -------------------------------------------------------------------------------- /test/t/json-cache.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/t/json-cache.t -------------------------------------------------------------------------------- /test/t/salsa-config.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/t/salsa-config.t -------------------------------------------------------------------------------- /test/t/salsa.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/t/salsa.conf -------------------------------------------------------------------------------- /test/t/salsa.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/t/salsa.pm -------------------------------------------------------------------------------- /test/t/salsa.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/t/salsa.t -------------------------------------------------------------------------------- /test/t/uscan-config.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/t/uscan-config.t -------------------------------------------------------------------------------- /test/test_annotate-output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_annotate-output -------------------------------------------------------------------------------- /test/test_checkbashisms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_checkbashisms -------------------------------------------------------------------------------- /test/test_dd-list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_dd-list -------------------------------------------------------------------------------- /test/test_debchange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_debchange -------------------------------------------------------------------------------- /test/test_debdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_debdiff -------------------------------------------------------------------------------- /test/test_debi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_debi -------------------------------------------------------------------------------- /test/test_debrepro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_debrepro -------------------------------------------------------------------------------- /test/test_debsign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_debsign -------------------------------------------------------------------------------- /test/test_helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_helper.sh -------------------------------------------------------------------------------- /test/test_mass_bug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_mass_bug -------------------------------------------------------------------------------- /test/test_mergechanges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_mergechanges -------------------------------------------------------------------------------- /test/test_mk-origtargz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_mk-origtargz -------------------------------------------------------------------------------- /test/test_package_lifecycle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_package_lifecycle -------------------------------------------------------------------------------- /test/test_perl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_perl -------------------------------------------------------------------------------- /test/test_perltidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_perltidy -------------------------------------------------------------------------------- /test/test_sadt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_sadt -------------------------------------------------------------------------------- /test/test_salsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_salsa -------------------------------------------------------------------------------- /test/test_uscan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_uscan -------------------------------------------------------------------------------- /test/test_uscan_ftp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_uscan_ftp -------------------------------------------------------------------------------- /test/test_uscan_git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_uscan_git -------------------------------------------------------------------------------- /test/test_uscan_group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_uscan_group -------------------------------------------------------------------------------- /test/test_uscan_mangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_uscan_mangle -------------------------------------------------------------------------------- /test/test_uscan_online: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_uscan_online -------------------------------------------------------------------------------- /test/test_uscan_svn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/test_uscan_svn -------------------------------------------------------------------------------- /test/uscan/PRIVATE_KEY.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/PRIVATE_KEY.asc -------------------------------------------------------------------------------- /test/uscan/PUBLIC_KEY.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/PUBLIC_KEY.asc -------------------------------------------------------------------------------- /test/uscan/ftpserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/ftpserver.py -------------------------------------------------------------------------------- /test/uscan/httpserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/httpserver.py -------------------------------------------------------------------------------- /test/uscan/manual-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/Makefile -------------------------------------------------------------------------------- /test/uscan/manual-test/_dh-make-golang/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_dh-make-golang/debian/changelog -------------------------------------------------------------------------------- /test/uscan/manual-test/_dh-make-golang/debian/rules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_dh-make-golang/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_dh-make-golang/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_dh-make-golang/debian/watch -------------------------------------------------------------------------------- /test/uscan/manual-test/_dl-poly-classic/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_dl-poly-classic/debian/changelog -------------------------------------------------------------------------------- /test/uscan/manual-test/_dl-poly-classic/debian/rules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_dl-poly-classic/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_dl-poly-classic/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_dl-poly-classic/debian/watch -------------------------------------------------------------------------------- /test/uscan/manual-test/_osamu-utils/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_osamu-utils/debian/changelog -------------------------------------------------------------------------------- /test/uscan/manual-test/_osamu-utils/debian/rules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_osamu-utils/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_osamu-utils/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_osamu-utils/debian/watch -------------------------------------------------------------------------------- /test/uscan/manual-test/_tweeper/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_tweeper/debian/changelog -------------------------------------------------------------------------------- /test/uscan/manual-test/_tweeper/debian/rules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_tweeper/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_tweeper/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_tweeper/debian/watch -------------------------------------------------------------------------------- /test/uscan/manual-test/_upspin/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_upspin/debian/changelog -------------------------------------------------------------------------------- /test/uscan/manual-test/_upspin/debian/rules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_upspin/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /test/uscan/manual-test/_upspin/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/manual-test/_upspin/debian/watch -------------------------------------------------------------------------------- /test/uscan/s3bucket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Debian/devscripts/HEAD/test/uscan/s3bucket --------------------------------------------------------------------------------