]> git.donarmstrong.com Git - cran2deb.git/commitdiff
unstable -> testing
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Tue, 24 Mar 2009 20:36:39 +0000 (20:36 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Tue, 24 Mar 2009 20:36:39 +0000 (20:36 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@213 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

trunk/R/debianpkg.R
trunk/inst/doc/INSTALL_NOTES
trunk/inst/etc/sys/debian-amd64/mini-dinstall.conf
trunk/inst/etc/sys/debian-amd64/pbuilderrc
trunk/inst/etc/sys/debian-i386/mini-dinstall.conf
trunk/inst/etc/sys/debian-i386/pbuilderrc

index d8835412dc1206528a19f0d9b2d849340d6a9dab..621c36e0fd928ffd1671489590f9ce6a02089cf7 100644 (file)
@@ -24,7 +24,7 @@ generate_changelog <- function(pkg) {
 generate_changelog_entry <- function(build, changelog) {
     # TODO: should say 'New upstream release' when necessary
     debversion <- version_new(build$r_version, build$deb_revision, build$deb_epoch)
-    cat(paste(paste(build$srcname,' (',debversion,') unstable; urgency=low',sep='')
+    cat(paste(paste(build$srcname,' (',debversion,') testing; urgency=low',sep='')
              ,'' ,paste('  * cran2deb ',build$scm_revision
                        ,' with DB version ',as.integer(build$db_version),'.',sep='')
              ,'',paste(' --',maintainer,'',format(build$date_stamp,'%a, %d %b %Y %H:%M:%S %z'))
index 47d22984e09ca25ab9a0ed00fde8ea68d9cbefa7..5acec950bd5c49bd9cad927709adb32082f85ff6 100644 (file)
@@ -35,10 +35,10 @@ chmod 3775 /etc/cran2deb
 copy ROOT/etc/* to /etc/cran2deb
 ln -s /var/www/cran2deb/ /etc/cran2deb/archive
 edit /etc/cran2deb/pbuilder.in:
-OTHERMIRROR='deb http://localhost/users/cb/cran2deb/ unstable/$(ARCH)/ | deb http://localhost/users/cb/cran2deb/ unstable/all/'
+OTHERMIRROR='deb http://localhost/users/cb/cran2deb/ testing/$(ARCH)/ | deb http://localhost/users/cb/cran2deb/ testing/all/'
 MIRRORSITE='http://ftp.debian.org/debian/'
 to
-OTHERMIRROR='deb http://localhost/cran2deb/ unstable/$(ARCH)/ | deb http://localhost/cran2deb/ unstable/all/'
+OTHERMIRROR='deb http://localhost/cran2deb/ testing/$(ARCH)/ | deb http://localhost/cran2deb/ testing/all/'
 MIRRORSITE='http://ftp.at.debian.org/debian/'
 
 # fix permissions for group usage.
index ceadb348c10180e780d342407fafb827cbdc23e6..20ce5a6af4cecefe87e5ee3e06800f1f1222a8ac 100644 (file)
@@ -9,5 +9,5 @@ archivedir = /etc/cran2deb/archive/debian-amd64
 logfile = /dev/null
 incoming_permissions=770
 
-[unstable]
+[testing]
 
index 13ead7b4ee5c184d46696cc09b4938db0b66fd18..64794997926b8b95b2097ee72863083821ba5f9c 100644 (file)
@@ -5,8 +5,8 @@ EXTRAPACKAGES='debhelper r-base-dev cdbs r-base-core lintian xvfb xauth xfonts-b
 REMOVEPACKAGES='lilo libldap-2.4-2 libopencdk10 libsasl2-2'
 # don't actually need aptitude, but pbuilder insists...
 #REMOVEPACKAGES+='aptitude libcwidget3 libept0 libncursesw5 libsigc++-2.0-0c2a libxapian15'
-DISTRIBUTION=unstable
-OTHERMIRROR='deb http://localhost/cran2deb/debian-amd64 unstable/$(ARCH)/ | deb http://localhost/cran2deb/debian-amd64 unstable/all/ | deb http://statmath.wu-wien.ac.at/AASC/debian/ testing main'
+DISTRIBUTION=testing
+OTHERMIRROR='deb http://localhost/cran2deb/debian-amd64 testing/$(ARCH)/ | deb http://localhost/cran2deb/debian-amd64 testing/all/ | deb http://statmath.wu-wien.ac.at/AASC/debian/ testing main'
 MIRRORSITE='http://ftp.at.debian.org/debian/'
 APTCACHE=''
 PBUILDERSATISFYDEPENDSCMD='/usr/lib/pbuilder/pbuilder-satisfydepends-classic'
index fb242d0202f76dd08de901cba61f568b0cccdb38..e7542bea01787a89c4060163e42c807ebc81d290 100644 (file)
@@ -9,5 +9,5 @@ archivedir = /etc/cran2deb/archive/debian-i386
 logfile = /dev/null
 incoming_permissions=770
 
-[unstable]
+[testing]
 
index b4f43d5f46dd5ba040944fb1ac0a59895b7b75ca..e3b5f5e23f4ee21bb50ccddd66478a665811cf1c 100644 (file)
@@ -5,8 +5,8 @@ EXTRAPACKAGES='debhelper r-base-dev cdbs r-base-core lintian xvfb xauth xfonts-b
 REMOVEPACKAGES='lilo libldap-2.4-2 libopencdk10 libsasl2-2'
 # don't actually need aptitude, but pbuilder insists...
 #REMOVEPACKAGES+='aptitude libcwidget3 libept0 libncursesw5 libsigc++-2.0-0c2a libxapian15'
-DISTRIBUTION=unstable
-OTHERMIRROR='deb http://localhost/cran2deb/debian-i386 unstable/$(ARCH)/ | deb http://localhost/cran2deb/debian-i386 unstable/all/ | deb http://statmath.wu-wien.ac.at/AASC/debian/ testing main'
+DISTRIBUTION=testing
+OTHERMIRROR='deb http://localhost/cran2deb/debian-i386 testing/$(ARCH)/ | deb http://localhost/cran2deb/debian-i386 testing/all/ | deb http://statmath.wu-wien.ac.at/AASC/debian/ testing main'
 MIRRORSITE='http://ftp.at.debian.org/debian/'
 APTCACHE=''
 PBUILDERSATISFYDEPENDSCMD='/usr/lib/pbuilder/pbuilder-satisfydepends-classic'