From 86d6ac83d7e3d86cca8aa31c96381cc9b2843271 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 13 Nov 2013 13:19:07 +0000 Subject: Remove distro folder. --- distro/linuxmint/debian/changelog | 6 --- distro/linuxmint/debian/compat | 1 - distro/linuxmint/debian/control | 11 ----- distro/linuxmint/debian/copyright | 9 ---- distro/linuxmint/debian/dirs | 0 distro/linuxmint/debian/rules | 88 --------------------------------------- 6 files changed, 115 deletions(-) delete mode 100644 distro/linuxmint/debian/changelog delete mode 100644 distro/linuxmint/debian/compat delete mode 100644 distro/linuxmint/debian/control delete mode 100644 distro/linuxmint/debian/copyright delete mode 100644 distro/linuxmint/debian/dirs delete mode 100755 distro/linuxmint/debian/rules (limited to 'distro/linuxmint/debian') diff --git a/distro/linuxmint/debian/changelog b/distro/linuxmint/debian/changelog deleted file mode 100644 index 3dfc133..0000000 --- a/distro/linuxmint/debian/changelog +++ /dev/null @@ -1,6 +0,0 @@ -mate-indicator-applet (1.0) lisa; urgency=low - - * Initial release - - -- Clement Lefebvre Tue, 18 Oct 2011 10:57:00 +0000 - diff --git a/distro/linuxmint/debian/compat b/distro/linuxmint/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/distro/linuxmint/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/distro/linuxmint/debian/control b/distro/linuxmint/debian/control deleted file mode 100644 index 2e37677..0000000 --- a/distro/linuxmint/debian/control +++ /dev/null @@ -1,11 +0,0 @@ -Source: mate-indicator-applet -Section: admin -Priority: optional -Maintainer: Clement Lefebvre -Build-Depends: debhelper (>= 5) -Standards-Version: 3.7.2 - -Package: mate-indicator-applet -Architecture: any -Description: Mate Indicator Applet - An applet for indicators in MATE diff --git a/distro/linuxmint/debian/copyright b/distro/linuxmint/debian/copyright deleted file mode 100644 index 1f5c642..0000000 --- a/distro/linuxmint/debian/copyright +++ /dev/null @@ -1,9 +0,0 @@ - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 3 as published by - the Free Software Foundation. - -The Debian packaging is (C) 2011, Clement Lefebvre and -is licensed under the GPLv3, see above. diff --git a/distro/linuxmint/debian/dirs b/distro/linuxmint/debian/dirs deleted file mode 100644 index e69de29..0000000 diff --git a/distro/linuxmint/debian/rules b/distro/linuxmint/debian/rules deleted file mode 100755 index d4c9e55..0000000 --- a/distro/linuxmint/debian/rules +++ /dev/null @@ -1,88 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - - - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp - - -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - mkdir -p $(CURDIR)/debian/mate-indicator-applet - cp -r $(CURDIR)/pkg-content/* $(CURDIR)/debian/mate-indicator-applet/ - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_makeshlibs - dh_installdeb -# dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure -- cgit v1.2.1