From e48407cfb4f4911aaeb8dde94d386cc16a600822 Mon Sep 17 00:00:00 2001 From: blundellc Date: Sat, 13 Sep 2008 13:38:05 +0000 Subject: [PATCH] pkg/trunk -> trunk git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@145 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- {pkg/trunk => trunk}/DESCRIPTION | 0 {pkg/trunk => trunk}/R/build.R | 0 {pkg/trunk => trunk}/R/db.R | 0 {pkg/trunk => trunk}/R/debcontrol.R | 0 {pkg/trunk => trunk}/R/debiannaming.R | 0 {pkg/trunk => trunk}/R/debianpkg.R | 0 {pkg/trunk => trunk}/R/getrpkg.R | 0 {pkg/trunk => trunk}/R/license.R | 0 {pkg/trunk => trunk}/R/log.R | 0 {pkg/trunk => trunk}/R/rdep.R | 0 {pkg/trunk => trunk}/R/util.R | 0 {pkg/trunk => trunk}/R/version.R | 0 {pkg/trunk => trunk}/R/zzz.R.in | 0 {pkg/trunk => trunk}/README | 0 {pkg/trunk => trunk}/configure | 0 {pkg/trunk => trunk}/data/populate_depend_aliases | 0 {pkg/trunk => trunk}/data/populate_forcedep | 0 {pkg/trunk => trunk}/data/populate_licenses | 0 {pkg/trunk => trunk}/data/populate_sysreq | 0 {pkg/trunk => trunk}/data/quit | 0 {pkg/trunk => trunk}/exec/autobuild | 0 {pkg/trunk => trunk}/exec/build | 0 {pkg/trunk => trunk}/exec/build_ctv | 0 {pkg/trunk => trunk}/exec/build_some | 0 {pkg/trunk => trunk}/exec/copy_find | 0 {pkg/trunk => trunk}/exec/cran2deb | 0 {pkg/trunk => trunk}/exec/cran_pkgs | 0 {pkg/trunk => trunk}/exec/depend | 0 {pkg/trunk => trunk}/exec/diagnose | 0 {pkg/trunk => trunk}/exec/diagnose_ctv | 0 {pkg/trunk => trunk}/exec/get_base_pkgs | 0 {pkg/trunk => trunk}/exec/help | 0 {pkg/trunk => trunk}/exec/latest_log | 0 {pkg/trunk => trunk}/exec/license | 0 {pkg/trunk => trunk}/exec/repopulate | 0 {pkg/trunk => trunk}/exec/root | 0 {pkg/trunk => trunk}/exec/update | 0 {pkg/trunk => trunk}/exec/update_cache | 0 {pkg/trunk => trunk}/inst/doc/DB_NOTES | 0 {pkg/trunk => trunk}/inst/doc/DEPENDS | 0 {pkg/trunk => trunk}/inst/doc/INSTALL_NOTES | 0 {pkg/trunk => trunk}/inst/doc/PKG | 0 {pkg/trunk => trunk}/inst/doc/README | 0 {pkg/trunk => trunk}/inst/etc/dput.cf.in | 0 {pkg/trunk => trunk}/inst/etc/hook/A80rjava | 0 {pkg/trunk => trunk}/inst/etc/hook/B90lintian | 0 {pkg/trunk => trunk}/inst/etc/hook/B91dpkg-i | 0 {pkg/trunk => trunk}/inst/etc/hook/B92test-pkg | 0 {pkg/trunk => trunk}/inst/etc/hook/D70aptupdate | 0 {pkg/trunk => trunk}/inst/etc/mini-dinstall.conf.in | 0 {pkg/trunk => trunk}/inst/etc/pbuilderrc.in | 0 51 files changed, 0 insertions(+), 0 deletions(-) rename {pkg/trunk => trunk}/DESCRIPTION (100%) rename {pkg/trunk => trunk}/R/build.R (100%) rename {pkg/trunk => trunk}/R/db.R (100%) rename {pkg/trunk => trunk}/R/debcontrol.R (100%) rename {pkg/trunk => trunk}/R/debiannaming.R (100%) rename {pkg/trunk => trunk}/R/debianpkg.R (100%) rename {pkg/trunk => trunk}/R/getrpkg.R (100%) rename {pkg/trunk => trunk}/R/license.R (100%) rename {pkg/trunk => trunk}/R/log.R (100%) rename {pkg/trunk => trunk}/R/rdep.R (100%) rename {pkg/trunk => trunk}/R/util.R (100%) rename {pkg/trunk => trunk}/R/version.R (100%) rename {pkg/trunk => trunk}/R/zzz.R.in (100%) rename {pkg/trunk => trunk}/README (100%) rename {pkg/trunk => trunk}/configure (100%) rename {pkg/trunk => trunk}/data/populate_depend_aliases (100%) rename {pkg/trunk => trunk}/data/populate_forcedep (100%) rename {pkg/trunk => trunk}/data/populate_licenses (100%) rename {pkg/trunk => trunk}/data/populate_sysreq (100%) rename {pkg/trunk => trunk}/data/quit (100%) rename {pkg/trunk => trunk}/exec/autobuild (100%) rename {pkg/trunk => trunk}/exec/build (100%) rename {pkg/trunk => trunk}/exec/build_ctv (100%) rename {pkg/trunk => trunk}/exec/build_some (100%) rename {pkg/trunk => trunk}/exec/copy_find (100%) rename {pkg/trunk => trunk}/exec/cran2deb (100%) rename {pkg/trunk => trunk}/exec/cran_pkgs (100%) rename {pkg/trunk => trunk}/exec/depend (100%) rename {pkg/trunk => trunk}/exec/diagnose (100%) rename {pkg/trunk => trunk}/exec/diagnose_ctv (100%) rename {pkg/trunk => trunk}/exec/get_base_pkgs (100%) rename {pkg/trunk => trunk}/exec/help (100%) rename {pkg/trunk => trunk}/exec/latest_log (100%) rename {pkg/trunk => trunk}/exec/license (100%) rename {pkg/trunk => trunk}/exec/repopulate (100%) rename {pkg/trunk => trunk}/exec/root (100%) rename {pkg/trunk => trunk}/exec/update (100%) rename {pkg/trunk => trunk}/exec/update_cache (100%) rename {pkg/trunk => trunk}/inst/doc/DB_NOTES (100%) rename {pkg/trunk => trunk}/inst/doc/DEPENDS (100%) rename {pkg/trunk => trunk}/inst/doc/INSTALL_NOTES (100%) rename {pkg/trunk => trunk}/inst/doc/PKG (100%) rename {pkg/trunk => trunk}/inst/doc/README (100%) rename {pkg/trunk => trunk}/inst/etc/dput.cf.in (100%) rename {pkg/trunk => trunk}/inst/etc/hook/A80rjava (100%) rename {pkg/trunk => trunk}/inst/etc/hook/B90lintian (100%) rename {pkg/trunk => trunk}/inst/etc/hook/B91dpkg-i (100%) rename {pkg/trunk => trunk}/inst/etc/hook/B92test-pkg (100%) rename {pkg/trunk => trunk}/inst/etc/hook/D70aptupdate (100%) rename {pkg/trunk => trunk}/inst/etc/mini-dinstall.conf.in (100%) rename {pkg/trunk => trunk}/inst/etc/pbuilderrc.in (100%) diff --git a/pkg/trunk/DESCRIPTION b/trunk/DESCRIPTION similarity index 100% rename from pkg/trunk/DESCRIPTION rename to trunk/DESCRIPTION diff --git a/pkg/trunk/R/build.R b/trunk/R/build.R similarity index 100% rename from pkg/trunk/R/build.R rename to trunk/R/build.R diff --git a/pkg/trunk/R/db.R b/trunk/R/db.R similarity index 100% rename from pkg/trunk/R/db.R rename to trunk/R/db.R diff --git a/pkg/trunk/R/debcontrol.R b/trunk/R/debcontrol.R similarity index 100% rename from pkg/trunk/R/debcontrol.R rename to trunk/R/debcontrol.R diff --git a/pkg/trunk/R/debiannaming.R b/trunk/R/debiannaming.R similarity index 100% rename from pkg/trunk/R/debiannaming.R rename to trunk/R/debiannaming.R diff --git a/pkg/trunk/R/debianpkg.R b/trunk/R/debianpkg.R similarity index 100% rename from pkg/trunk/R/debianpkg.R rename to trunk/R/debianpkg.R diff --git a/pkg/trunk/R/getrpkg.R b/trunk/R/getrpkg.R similarity index 100% rename from pkg/trunk/R/getrpkg.R rename to trunk/R/getrpkg.R diff --git a/pkg/trunk/R/license.R b/trunk/R/license.R similarity index 100% rename from pkg/trunk/R/license.R rename to trunk/R/license.R diff --git a/pkg/trunk/R/log.R b/trunk/R/log.R similarity index 100% rename from pkg/trunk/R/log.R rename to trunk/R/log.R diff --git a/pkg/trunk/R/rdep.R b/trunk/R/rdep.R similarity index 100% rename from pkg/trunk/R/rdep.R rename to trunk/R/rdep.R diff --git a/pkg/trunk/R/util.R b/trunk/R/util.R similarity index 100% rename from pkg/trunk/R/util.R rename to trunk/R/util.R diff --git a/pkg/trunk/R/version.R b/trunk/R/version.R similarity index 100% rename from pkg/trunk/R/version.R rename to trunk/R/version.R diff --git a/pkg/trunk/R/zzz.R.in b/trunk/R/zzz.R.in similarity index 100% rename from pkg/trunk/R/zzz.R.in rename to trunk/R/zzz.R.in diff --git a/pkg/trunk/README b/trunk/README similarity index 100% rename from pkg/trunk/README rename to trunk/README diff --git a/pkg/trunk/configure b/trunk/configure similarity index 100% rename from pkg/trunk/configure rename to trunk/configure diff --git a/pkg/trunk/data/populate_depend_aliases b/trunk/data/populate_depend_aliases similarity index 100% rename from pkg/trunk/data/populate_depend_aliases rename to trunk/data/populate_depend_aliases diff --git a/pkg/trunk/data/populate_forcedep b/trunk/data/populate_forcedep similarity index 100% rename from pkg/trunk/data/populate_forcedep rename to trunk/data/populate_forcedep diff --git a/pkg/trunk/data/populate_licenses b/trunk/data/populate_licenses similarity index 100% rename from pkg/trunk/data/populate_licenses rename to trunk/data/populate_licenses diff --git a/pkg/trunk/data/populate_sysreq b/trunk/data/populate_sysreq similarity index 100% rename from pkg/trunk/data/populate_sysreq rename to trunk/data/populate_sysreq diff --git a/pkg/trunk/data/quit b/trunk/data/quit similarity index 100% rename from pkg/trunk/data/quit rename to trunk/data/quit diff --git a/pkg/trunk/exec/autobuild b/trunk/exec/autobuild similarity index 100% rename from pkg/trunk/exec/autobuild rename to trunk/exec/autobuild diff --git a/pkg/trunk/exec/build b/trunk/exec/build similarity index 100% rename from pkg/trunk/exec/build rename to trunk/exec/build diff --git a/pkg/trunk/exec/build_ctv b/trunk/exec/build_ctv similarity index 100% rename from pkg/trunk/exec/build_ctv rename to trunk/exec/build_ctv diff --git a/pkg/trunk/exec/build_some b/trunk/exec/build_some similarity index 100% rename from pkg/trunk/exec/build_some rename to trunk/exec/build_some diff --git a/pkg/trunk/exec/copy_find b/trunk/exec/copy_find similarity index 100% rename from pkg/trunk/exec/copy_find rename to trunk/exec/copy_find diff --git a/pkg/trunk/exec/cran2deb b/trunk/exec/cran2deb similarity index 100% rename from pkg/trunk/exec/cran2deb rename to trunk/exec/cran2deb diff --git a/pkg/trunk/exec/cran_pkgs b/trunk/exec/cran_pkgs similarity index 100% rename from pkg/trunk/exec/cran_pkgs rename to trunk/exec/cran_pkgs diff --git a/pkg/trunk/exec/depend b/trunk/exec/depend similarity index 100% rename from pkg/trunk/exec/depend rename to trunk/exec/depend diff --git a/pkg/trunk/exec/diagnose b/trunk/exec/diagnose similarity index 100% rename from pkg/trunk/exec/diagnose rename to trunk/exec/diagnose diff --git a/pkg/trunk/exec/diagnose_ctv b/trunk/exec/diagnose_ctv similarity index 100% rename from pkg/trunk/exec/diagnose_ctv rename to trunk/exec/diagnose_ctv diff --git a/pkg/trunk/exec/get_base_pkgs b/trunk/exec/get_base_pkgs similarity index 100% rename from pkg/trunk/exec/get_base_pkgs rename to trunk/exec/get_base_pkgs diff --git a/pkg/trunk/exec/help b/trunk/exec/help similarity index 100% rename from pkg/trunk/exec/help rename to trunk/exec/help diff --git a/pkg/trunk/exec/latest_log b/trunk/exec/latest_log similarity index 100% rename from pkg/trunk/exec/latest_log rename to trunk/exec/latest_log diff --git a/pkg/trunk/exec/license b/trunk/exec/license similarity index 100% rename from pkg/trunk/exec/license rename to trunk/exec/license diff --git a/pkg/trunk/exec/repopulate b/trunk/exec/repopulate similarity index 100% rename from pkg/trunk/exec/repopulate rename to trunk/exec/repopulate diff --git a/pkg/trunk/exec/root b/trunk/exec/root similarity index 100% rename from pkg/trunk/exec/root rename to trunk/exec/root diff --git a/pkg/trunk/exec/update b/trunk/exec/update similarity index 100% rename from pkg/trunk/exec/update rename to trunk/exec/update diff --git a/pkg/trunk/exec/update_cache b/trunk/exec/update_cache similarity index 100% rename from pkg/trunk/exec/update_cache rename to trunk/exec/update_cache diff --git a/pkg/trunk/inst/doc/DB_NOTES b/trunk/inst/doc/DB_NOTES similarity index 100% rename from pkg/trunk/inst/doc/DB_NOTES rename to trunk/inst/doc/DB_NOTES diff --git a/pkg/trunk/inst/doc/DEPENDS b/trunk/inst/doc/DEPENDS similarity index 100% rename from pkg/trunk/inst/doc/DEPENDS rename to trunk/inst/doc/DEPENDS diff --git a/pkg/trunk/inst/doc/INSTALL_NOTES b/trunk/inst/doc/INSTALL_NOTES similarity index 100% rename from pkg/trunk/inst/doc/INSTALL_NOTES rename to trunk/inst/doc/INSTALL_NOTES diff --git a/pkg/trunk/inst/doc/PKG b/trunk/inst/doc/PKG similarity index 100% rename from pkg/trunk/inst/doc/PKG rename to trunk/inst/doc/PKG diff --git a/pkg/trunk/inst/doc/README b/trunk/inst/doc/README similarity index 100% rename from pkg/trunk/inst/doc/README rename to trunk/inst/doc/README diff --git a/pkg/trunk/inst/etc/dput.cf.in b/trunk/inst/etc/dput.cf.in similarity index 100% rename from pkg/trunk/inst/etc/dput.cf.in rename to trunk/inst/etc/dput.cf.in diff --git a/pkg/trunk/inst/etc/hook/A80rjava b/trunk/inst/etc/hook/A80rjava similarity index 100% rename from pkg/trunk/inst/etc/hook/A80rjava rename to trunk/inst/etc/hook/A80rjava diff --git a/pkg/trunk/inst/etc/hook/B90lintian b/trunk/inst/etc/hook/B90lintian similarity index 100% rename from pkg/trunk/inst/etc/hook/B90lintian rename to trunk/inst/etc/hook/B90lintian diff --git a/pkg/trunk/inst/etc/hook/B91dpkg-i b/trunk/inst/etc/hook/B91dpkg-i similarity index 100% rename from pkg/trunk/inst/etc/hook/B91dpkg-i rename to trunk/inst/etc/hook/B91dpkg-i diff --git a/pkg/trunk/inst/etc/hook/B92test-pkg b/trunk/inst/etc/hook/B92test-pkg similarity index 100% rename from pkg/trunk/inst/etc/hook/B92test-pkg rename to trunk/inst/etc/hook/B92test-pkg diff --git a/pkg/trunk/inst/etc/hook/D70aptupdate b/trunk/inst/etc/hook/D70aptupdate similarity index 100% rename from pkg/trunk/inst/etc/hook/D70aptupdate rename to trunk/inst/etc/hook/D70aptupdate diff --git a/pkg/trunk/inst/etc/mini-dinstall.conf.in b/trunk/inst/etc/mini-dinstall.conf.in similarity index 100% rename from pkg/trunk/inst/etc/mini-dinstall.conf.in rename to trunk/inst/etc/mini-dinstall.conf.in diff --git a/pkg/trunk/inst/etc/pbuilderrc.in b/trunk/inst/etc/pbuilderrc.in similarity index 100% rename from pkg/trunk/inst/etc/pbuilderrc.in rename to trunk/inst/etc/pbuilderrc.in -- 2.39.5