From aeea89e96f1ae1326a627854d70a7d59576ef408 Mon Sep 17 00:00:00 2001 From: epage Date: Fri, 15 Jan 2010 23:37:06 +0000 Subject: [PATCH] Removing non-py2deb packaging git-svn-id: file:///svnroot/quicknote/trunk@116 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2 --- Makefile | 6 +--- debian/changelog | 56 -------------------------------- debian/compat | 1 - debian/control | 21 ------------ debian/copyright | 12 ------- debian/dirs | 2 -- debian/docs | 2 -- debian/postinst | 3 -- debian/rules | 93 ------------------------------------------------------ 9 files changed, 1 insertion(+), 195 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100644 debian/docs delete mode 100644 debian/postinst delete mode 100755 debian/rules diff --git a/Makefile b/Makefile index 197d40d..c54f2b8 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,6 @@ debug: $(OBJ) test: $(OBJ) $(UNIT_TEST) -package: clean $(OBJ) all - dpkg-buildpackage -rfakeroot - dpkg -i ../$(PROJECT_NAME)_$(PROJECT_VERSION)_all.deb - update_po: po/templates.pot @for lang in $(basename $(notdir $(wildcard po/*.po))); do \ msgmerge -U --strict --no-wrap po/$$lang.po po/templates.pot; \ @@ -59,7 +55,7 @@ build_mo: msgfmt --statistics -c -o locale/$$lang/LC_MESSAGES/$(TEXT_DOMAIN).mo po/$$lang.po; \ done -build: $(OBJ) build_mo +package: $(OBJ) build_mo rm -Rf $(BUILD_PATH) mkdir -p $(BUILD_PATH)/generic diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index f0f15fe..0000000 --- a/debian/changelog +++ /dev/null @@ -1,56 +0,0 @@ -quicknote (0.7.8) unstable; urgency=low - - * Spell checking - - -- unknown Thu, 18 July 2009 08:12:53 +0100 - -quicknote (0.7.7) unstable; urgency=low - - * Slight modifications to the note history and SQL dialogs - * On zoom, also hiding the history status and button - * Touched up the note list, making it ellipsize at the end rather than scroll - * Storing of zoom, wordwrap, and fullscreen settings - - -- unknown Thu, 22 May 2008 08:12:53 +0100 - -quicknote (0.7.6) unstable; urgency=low - - * Line-wrap - * Zoom - - -- unknown Thu, 22 May 2008 08:12:53 +0100 - -quicknote (0.7.4) unstable; urgency=low - - * fixed small bugs - * move category - - -- unknown Thu, 22 May 2008 08:12:53 +0100 - -quicknote (0.7.3) unstable; urgency=low - - * fixed small bugs - * move category - - -- unknown Wed, 28 Jan 2008 08:12:53 +0100 - -quicknote (0.7.2) unstable; urgency=low - - * improved sync, fixed a small bug - - -- unknown Wed, 26 Nov 2007 08:12:53 +0100 - -quicknote (0.7.1) unstable; urgency=low - - * improved sync - - -- unknown Wed, 7 Nov 2007 08:12:53 +0100 - - - -quicknote (0.7.0) unstable; urgency=low - - * Initial Release. - - -- unknown Mon, 6 Nov 2007 08:12:53 +0100 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b8626c4..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/debian/control b/debian/control deleted file mode 100644 index 90ad0c2..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: quicknote -Section: user/other -Priority: optional -Maintainer: Christoph Würstle -Build-Depends: debhelper (>= 4.0.0), python2.5 -Standards-Version: 3.6.1 - -Package: quicknote -Architecture: all -Depends: python2.5-hildon, python2.5-gtk2, python2.5-osso, python2.5-runtime -Description: Quicknote -XB-Maemo-Icon-26: - iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A - /wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLAwkANf/o52QAAAAddEVYdENv - bW1lbnQAQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q72QlbgAAARNJREFUSMfNlsENhCAQRT9oPFiDmFCN - iRW7DViBnj1gEXog7AkXERUQk/0nCMpzZr4DRCkFAGjbVg3DgLIs8VRSSlBK0XUd4ZwDAHK9OI4j - +r5HKtV1jWVZtjnVgxSR2KKUHkFv6xLEGANj7F2QDyDkQ/IriBDiFqqfiQLZL/tuFl2jUDWsigfZ - aYs1SO67uRDiUDvfaE5Brs1ckIZV+Ih5m5vjKDPcGcIGvm6GIJDvj+pbm9PUmUV3pc1c+4jZG0Sv - amR3hivXRdnbhpn/jg25M8Et6G9aUGiHyEOOCbNmLtM8PibOIghJaZLOEFQjKWXybqCvcruIsixL - dj/QIoT8xpo6TZNa13W3+FScc1IUBQDgC9noggh/sT9oAAAAAElFTkSuQmCC - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index a71d245..0000000 --- a/debian/copyright +++ /dev/null @@ -1,12 +0,0 @@ -This package was debianized by Christoph Würstle on -Mon, 22 Jan 2007 22:44:33 +0200. - -It was downloaded from http://axique.de/?f=Quicknote - -Copyright: - -Upstream Author(s): Christoph Würstle - -License: - -Special drop a mail diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index ca882bb..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/sbin diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 724e084..0000000 --- a/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -README -TODO diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 1df47d1..0000000 --- a/debian/postinst +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -e -gtk-update-icon-cache -f /usr/share/icons/hicolor -exit 0 \ No newline at end of file diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 273008d..0000000 --- a/debian/rules +++ /dev/null @@ -1,93 +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 - - - - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -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 - - # Add here commands to compile the package. - $(MAKE) - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/quicknote - $(MAKE) install DESTDIR=$(CURDIR)/debian/quicknote - - -# 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_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_python -# 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 -- 1.7.9.5