[Blends-commit] [Git][blends-team/debug][master] 2 commits: Adapt Vcs fields
Andreas Tille
gitlab at salsa.debian.org
Thu Feb 22 16:55:05 UTC 2018
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 <tille at debian.org> 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 <tille at 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
=====================================
--- /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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/blends-commit/attachments/20180222/62f4d469/attachment-0001.html>
More information about the Blends-commit
mailing list