[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-140-g5ccf988

Sandro Tosi morph at debian.org
Thu Dec 2 00:06:58 UTC 2010


The following commit has been merged in the master branch:
commit c736e603f7822f75b338303f42660877b5e01e04
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Sep 1 10:44:50 2010 +0200

    leave only the 'check' target

diff --git a/Makefile b/Makefile
index 695f725..8afbfae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,59 +1,5 @@
 #! /usr/bin/make -f
 
-# Makefile
-# Part of reportbug, a Debian bug reporting tool.
-#
-# Copyright © 2008 Ben Finney <ben+debian at benfinney.id.au>
-# This is free software; you may copy, modify and/or distribute this work
-# under the terms of the GNU General Public License, version 2 or later.
-# No warranty expressed or implied. See the file LICENSE for details.
-
-# Makefile for reportbug project
-
-SHELL = /bin/bash
-PATH = /usr/bin:/bin
-
-# Directories with semantic meaning
-CODE_PACKAGE_DIR := .
-CODE_PROGRAM_DIR := .
-TEST_DIR := test
-
-# Variables that will be extended by module include files
-GENERATED_FILES :=
-CODE_MODULES :=
-CODE_PROGRAMS :=
-
-# List of modules (directories) that comprise our 'make' project
-MODULES += ${CODE_PACKAGE_DIR}
-MODULES += ${TEST_DIR}
-
-RM = rm
-
-
-.PHONY: all
-all: build
-
-.PHONY: build
-build:
-
-.PHONY: install
-install: build
-
-
-.PHONY: clean
-clean:
-	$(RM) -rf ${GENERATED_FILES}
-
-
-.PHONY: test
-test:
-
-.PHONY: qa
-qa:
-
-# Include the make data for each module
-include $(patsubst %,%/module.mk,${MODULES})
-
 .PHONY: checks
 checks:
-	PYTHONPATH=. $(PYTHON) checks/compare_pseudo-pkgs_lists.py
\ No newline at end of file
+	PYTHONPATH=. $(PYTHON) checks/compare_pseudo-pkgs_lists.py

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list