Author: tille Date: Tue Aug 3 08:20:04 2010 New Revision: 2304 URL: http://svn.debian.org/viewsvn/blends?rev=2304&view=rev
Log: Make sure the package can build without internet access by preventing dh_auto_build from recreating debian/control Modified: blends/trunk/blends/debian/changelog blends/trunk/blends/debian/control blends/trunk/blends/devtools/rules Modified: blends/trunk/blends/debian/changelog URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/debian/changelog?rev=2304&view=diff&r1=2304&r2=2303&p1=blends/trunk/blends/debian/changelog&p2=blends/trunk/blends/debian/changelog ============================================================================== --- blends/trunk/blends/debian/changelog (original) +++ blends/trunk/blends/debian/changelog Tue Aug 3 08:20:04 2010 @@ -1,8 +1,11 @@ -blends (0.6.14) UNRELEASED; urgency=low +blends (0.6.14) unstable; urgency=low * doc/en: Updated documentation about webtools + * devtools/rules: Disable dh_auto_build which tries to + regenerate debian/control but should not + * Standards-Version: 3.9.1 (no changes needed) - -- Andreas Tille <[email protected]> Sun, 30 May 2010 13:54:30 +0200 + -- Andreas Tille <[email protected]> Tue, 03 Aug 2010 10:03:45 +0200 blends (0.6.13) unstable; urgency=low Modified: blends/trunk/blends/debian/control URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/debian/control?rev=2304&view=diff&r1=2304&r2=2303&p1=blends/trunk/blends/debian/control&p2=blends/trunk/blends/debian/control ============================================================================== --- blends/trunk/blends/debian/control (original) +++ blends/trunk/blends/debian/control Tue Aug 3 08:20:04 2010 @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 7) Build-Depends-Indep: debiandoc-sgml, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended, ghostscript -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Vcs-Browser: http://svn.debian.org/wsvn/blends/blends/trunk/blends/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/blends/blends/trunk/blends/ Modified: blends/trunk/blends/devtools/rules URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/devtools/rules?rev=2304&view=diff&r1=2304&r2=2303&p1=blends/trunk/blends/devtools/rules&p2=blends/trunk/blends/devtools/rules ============================================================================== --- blends/trunk/blends/devtools/rules (original) +++ blends/trunk/blends/devtools/rules Tue Aug 3 08:20:04 2010 @@ -43,6 +43,10 @@ # call make clean instead of distclean make clean +override_dh_auto_build: + # do nothing, we just called the make install target in advance + # and want to build the packages without network access + override_dh_clean: # hmmm, that would kill debian/control - so don't do this! # $(MAKE) -f $(BLENDMKFILE) clean _______________________________________________ Blends-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/blends-commit
