]> git.donarmstrong.com Git - cran2deb.git/commitdiff
drop simple-patchsys; r-cran.mk already uses dpatch.
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 15:07:25 +0000 (15:07 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 15:07:25 +0000 (15:07 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@150 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

branch/patch/R/debianpkg.R

index 2e99d9e6002f06ae48b179c8bd0d4ea49f17edb9..31bdb9609a900f16283bdac5d499ef99e482d364 100644 (file)
@@ -33,7 +33,6 @@ generate_changelog_entry <- function(build, changelog) {
 generate_rules <- function(pkg) {
     cat(paste('#!/usr/bin/make -f'
              ,paste('debRreposname :=',pkg$repo)
-             ,'include /usr/share/cdbs/1/rules/simple-patchsys.mk'
              ,'include /usr/share/R/debian/r-cran.mk'
              ,'',sep='\n')
        ,file=pkg$debfile('rules'))