aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-13updated debian/copyright to more closely conform to DEP-5Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14116
2010-09-13converted to one-dep-per-line styleHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14115
2010-09-13added sign-tags = TrueHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14111
2010-09-13added debian/watch file pointing at sourceforgeHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14110
2010-09-12removed redundant Recommends:Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14099
2010-09-12Recommends: pd-libdir since these are all libdirsHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14098
2010-09-12fixed bug in libs/folders that end in ~; bumped to 1.0.4Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14083
2010-09-12updated to use Alessio Treglia's dh_auto_install tricks, which strip tooHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14078
2010-09-12remove quilt dep since its not needed until patches are added to the packageHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14073
2010-09-12added more fields to fill outHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=14071
2010-09-07actually allow it to build against puredata or puredata-devHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13992
2010-09-07depends on puredata-dev to build and wants pd-libdir so it can be loadedHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13991
2010-09-07added PD_INCLUDE to set the folder where the Pd headers are, i.e. ↵Hans-Christoph Steiner
/usr/include/pd, /usr/local/include/pdextended, /Applications/Pd-extended/Contents/Resources/include, etc. svn path=/trunk/externals/template/; revision=13990
2010-09-05added dh_strip target from pd-wiimote to make sure things are stripped properlyHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13976
2010-09-05converted to use autotools-style INSTALL_PROGRAM and INSTALL_DATAHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13974
2010-08-23moved optional example to wiki docs: ↵Hans-Christoph Steiner
http://puredata.info/docs/developer/MakefileTemplate svn path=/trunk/externals/template/; revision=13903
2010-08-23added version macro based on version in meta fileHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13901
2010-08-23removed broken target that overrides actual target just to display a messageHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13900
2010-08-23cleaned up commentsHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13898
2010-08-23forgot to remove one reference to SOURCES_LIBHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13897
2010-08-23removed platform-specific SOURCES_* variablefrom header since they are ↵Hans-Christoph Steiner
rarely used. They are still supported svn path=/trunk/externals/template/; revision=13891
2010-08-23reverted some things to keep it simple; made section for CFLAGS, LDFLAGS, ↵Hans-Christoph Steiner
LIBS for advanced editors; bumped version to 1.0.2 svn path=/trunk/externals/template/; revision=13890
2010-08-21cleaned up MakefileIOhannes m zmölnig
- use $@, $^ and $< rather than reexpanding manually - added SOURCES_LIB for sources that provide shared functions but no object - removed SOURCES_android as there is no android support yet - use HELPPATCHES to enumerate -help.pd; is usually generated but can be forced to user defined values svn path=/trunk/externals/template/; revision=13880
2010-08-21add template.c and fix warning in mycobject.cIOhannes m zmölnig
svn path=/trunk/externals/template/; revision=13879
2010-08-19rm LICENSE.txt and create symlink to Debian common license filesHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13843
2010-08-19added siretart's gbp.conf file to force prisine-tar with git-buildpackageHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13840
2010-08-19added format headerHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13838
2010-08-16added debian/links for README and examples in usr/share/docHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13812
2010-08-16changed package version to -1 since it will be a "Maintainer Upload"Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13802
2010-08-14applied Felipe Sateler's feedback on the pd-motex package to these packagesHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13794
2010-08-11upgraded Makefile to 1.0.1 to support 'make dpkg-source'Hans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13790
2010-08-05fixed lintian warnings: changelog-should-mention-nmu and ↵Hans-Christoph Steiner
missing-debian-source-format svn path=/trunk/externals/template/; revision=13760
2010-08-05fixed up Debian files in preparation for submission to mentors.debian.netHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13759
2010-04-26set default install location to ~/Library/Pd on Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13478
2010-04-25fixed iphoneos build and added 64-bit to Mac OS X universal builds if ↵Hans-Christoph Steiner
building on 10.5 or newer svn path=/trunk/externals/template/; revision=13470
2010-04-06fixed clean target, it wasn't cleaning the .o file for the lib file for ↵Hans-Christoph Steiner
single libs svn path=/trunk/externals/template/; revision=13383
2010-04-06updated libdir style projects with latest version of Makefile templateHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13377
2010-04-06use sed to get the library version from the meta file so that it is the ↵Hans-Christoph Steiner
canonical place to set the version svn path=/trunk/externals/template/; revision=13376
2010-04-06oops forgot the meta fileHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13375
2010-04-06first stab at making a complete template library using the template Makefilesvn2git-rootHans-Christoph Steiner
svn path=/trunk/externals/template/; revision=13374