X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fpackage.make;h=025ef15d211ff3d7e49b34ee375cc8b85afa5267;hb=a96faf44452c408fb5cce3a9ac5b6f5b3f509d48;hp=caf13194e93befd535cd4affe394bd29e0edeeae;hpb=7589b66ae40d2925b263c6502c84aa4d34990e42;p=lilypond.git diff --git a/stepmake/stepmake/package.make b/stepmake/stepmake/package.make index caf13194e9..025ef15d21 100644 --- a/stepmake/stepmake/package.make +++ b/stepmake/stepmake/package.make @@ -1,19 +1,25 @@ # stepmake/Package.make deb: - $(MAKE) -C $(depth)/debian +# $(MAKE) -C $(depth)/debian + @echo The \"deb\" target is deprecated. + @echo Please install the appropriate Debian packages: + @echo + @echo " apt-get install task-debian-devel" + @echo + @echo and then run \"debuild\" in the lilypond directory. # urg #(cd $(depth)/../debian/$(distname); \ # ln -sf debian DEBIAN; ) # su -c 'dpkg-deb -b $(depth)/../debian/$(distname)' # urg, why aren't there any decent manual pages for dpkg or rpm? - (cd $(depth)/../debian; \ - rm -rf $(distname) $(distname).deb;\ - tar xz -C $(depth)/../debian -f $(release-dir)/$(distname).tar.gz; \ - cd $(distname);\ - dpkg-buildpackage -b -rfakeroot; \ - ) +# (cd $(depth)/../debian; \ +# rm -rf $(distname) $(distname).deb;\ +# tar xz -C $(depth)/../debian -f $(release-dir)/$(distname).tar.gz; \ +# cd $(distname);\ +# dpkg-buildpackage -b -rfakeroot; \ +# ) makeflags=$(patsubst %==, %, $(patsubst ---%,,$(patsubst ----%,,$(MAKEFLAGS:%=--%))))