Andreas Tille pushed to branch master at Blends / debug
Commits: 18f9efb4 by Andreas Tille at 2018-02-21T17:23:47+01:00 Adapt Vcs fields - - - - - 68149169 by Andreas Tille at 2018-02-21T21:18:16+01:00 Add more files from former fun repository - - - - - 5 changed files: - + Makefile - + debian/changelog - + debian/compat - debian/control.stub - + debian/rules Changes: ===================================== Makefile ===================================== --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +BLENDMAKEFILE=/usr/share/blends-dev/Makefile + +CheckBLENDMakefile := $(shell if [ -e $(BLENDMAKEFILE) ] ; then echo 1 ; else echo 0 ; fi) +ifeq ($(CheckBLENDMakefile),1) + include $(BLENDMAKEFILE) +else + err := $(shell echo "$(BLENDMAKEFILE) is missing. Please install blends-dev package!") +endif + +dummy: + @echo $(err) ===================================== debian/changelog ===================================== --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +debian-debug (0.0.1) unstable; urgency=low + + * Never intended to be released + + -- Andreas Tille <[email protected]> Mon, 01 Apr 2013 00:00:17 +0200 ===================================== debian/compat ===================================== --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 ===================================== debian/control.stub ===================================== --- a/debian/control.stub +++ b/debian/control.stub @@ -1,12 +1,11 @@ -Source: debug +Source: debian-debug Section: misc Priority: extra Maintainer: Somebody who wants to debug blends stuff <[email protected]> Build-Depends: debhelper (>= 6.0.7), cdd-dev (>= 0.5.4) Standards-Version: 3.8.1 -Vcs-Browser: http://svn.debian.org/wsvn/debian-edu/trunk/src/debian-edu/?rev=0&sc=0 -Vcs-Svn: svn://svn.debian.org/debian-edu/trunk/src/debian-edu/ -Homepage: http://www.skolelinux.org +Vcs-Browser: https://salsa.debian.org/blends-team/debug +Vcs-Git: https://salsa.debian.org/blends-team/debug.git Package: debug-tasks Architecture: any ===================================== debian/rules ===================================== --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/blends-dev/rules View it on GitLab: https://salsa.debian.org/blends-team/debug/compare/1b7028284954590781ab4f7ea4a76f52d885e58d...68149169c2a37d4be4330a5d27dfbebd60f2bf74 --- View it on GitLab: https://salsa.debian.org/blends-team/debug/compare/1b7028284954590781ab4f7ea4a76f52d885e58d...68149169c2a37d4be4330a5d27dfbebd60f2bf74 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Blends-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit
