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