From 0958384bc0796a594a941a85fb119345a066f925 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 27 Jul 2010 09:27:04 +0000 Subject: [PATCH] 2010-07-27 11:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - debian + package/debian * INSTALL * Moved debian package creation stuff from root to package dir. --- harbour/ChangeLog | 6 ++++++ harbour/INSTALL | 2 +- harbour/{ => package}/debian/changelog | 0 harbour/{ => package}/debian/compat | 0 harbour/{ => package}/debian/control | 0 harbour/{ => package}/debian/copyright | 0 harbour/{ => package}/debian/dirs | 0 harbour/{ => package}/debian/rules | 0 8 files changed, 7 insertions(+), 1 deletion(-) rename harbour/{ => package}/debian/changelog (100%) rename harbour/{ => package}/debian/compat (100%) rename harbour/{ => package}/debian/control (100%) rename harbour/{ => package}/debian/copyright (100%) rename harbour/{ => package}/debian/dirs (100%) rename harbour/{ => package}/debian/rules (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 25b867af7a..3708683481 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2010-07-27 11:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + - debian + + package/debian + * INSTALL + * Moved debian package creation stuff from root to package dir. + 2010-07-27 11:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * mpkg_rpm_win.sh - harbour-win-spec diff --git a/harbour/INSTALL b/harbour/INSTALL index 0849c008cd..2a9a1c03c9 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -224,7 +224,7 @@ HARBOUR Binary .deb on Linux -------------------- - $ fakeroot debian/rules binary + $ fakeroot package/debian/rules binary Binary .rpm on Linux -------------------- diff --git a/harbour/debian/changelog b/harbour/package/debian/changelog similarity index 100% rename from harbour/debian/changelog rename to harbour/package/debian/changelog diff --git a/harbour/debian/compat b/harbour/package/debian/compat similarity index 100% rename from harbour/debian/compat rename to harbour/package/debian/compat diff --git a/harbour/debian/control b/harbour/package/debian/control similarity index 100% rename from harbour/debian/control rename to harbour/package/debian/control diff --git a/harbour/debian/copyright b/harbour/package/debian/copyright similarity index 100% rename from harbour/debian/copyright rename to harbour/package/debian/copyright diff --git a/harbour/debian/dirs b/harbour/package/debian/dirs similarity index 100% rename from harbour/debian/dirs rename to harbour/package/debian/dirs diff --git a/harbour/debian/rules b/harbour/package/debian/rules similarity index 100% rename from harbour/debian/rules rename to harbour/package/debian/rules