Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Adapt Vcs fields
· 18f9efb4
Andreas Tille
authored
Feb 21, 2018
18f9efb4
Add more files from former fun repository
· 68149169
Andreas Tille
authored
Feb 21, 2018
68149169
Show whitespace changes
Inline
Side-by-side
Makefile
0 → 100755
View file @
68149169
#!/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
0 → 100644
View file @
68149169
debian-debug (0.0.1) unstable; urgency=low
* Never intended to be released
-- Andreas Tille <tille@debian.org> Mon, 01 Apr 2013 00:00:17 +0200
debian/compat
0 → 100644
View file @
68149169
9
debian/control.stub
View file @
68149169
Source: debug
Source:
debian-
debug
Section: misc
Priority: extra
Maintainer: Somebody who wants to debug blends stuff <tille@debian.org>
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
0 → 100755
View file @
68149169
#!/usr/bin/make -f
include /usr/share/blends-dev/rules