meliae (0.2.1-1) debian-changes-0.2.1-1

Summary

 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Upstream changes introduced in version 0.2.1-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 meliae (0.2.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump standards version to 3.9.0.
 .
 The person named in the Author field signed this changelog entry.
Author: Jelmer Vernooij <jelmer@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- meliae-0.2.1.orig/setup.py
+++ meliae-0.2.1/setup.py
@@ -27,7 +27,7 @@ def config():
         "license": "GNU GPL v3",
         "download_url": "https://launchpad.net/meliae/+download",
         "packages": ["meliae"],
-        "scripts": ["strip_duplicates.py"],
+        "scripts": [],
         "ext_modules": ext,
         "classifiers": [
             'Development Status :: 4 - Beta',